티스토리 뷰
build.gradle
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
compile 'org.springframework.boot:spring-boot-starter-web:2.3.1.RELEASE'
compile 'org.springframework.boot:spring-boot-starter-data-jpa:2.3.1.RELEASE'
}
application.yml
spring:
jpa:
hibernate:
ddl-auto: update
show-sql: true
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:mem:userdb;DB_CLOSE_DELAY=-1
username: sa
password:
728x90
'Spring > Spring Boot(스프링 부트)' 카테고리의 다른 글
Spring Data Jpa - mysql LocalDateTime은 timestamp로, BigDecimal은 decimal mapping하기 (0) | 2019.01.03 |
---|---|
Spring Boot Field Injection 피하기 (0) | 2018.12.20 |
스프링 부트 API 빌드 & 테스트 (0) | 2018.11.30 |
스프링부트 spring.profiles.active에 default값 설정하기 (0) | 2018.11.16 |
Spring Boot Controller를 만들고 Test하기, Exception처리 (0) | 2018.08.17 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 도커각티슈케이스
- docker container case
- vim
- 싱가폴
- 2017 티스토리 결산
- 도커컨테이너
- docker container tissue box
- 개발자
- Linux
- docker container tissue
- 도커티슈박스
- 도커티슈케이스
- Sh
- 이직
- docker container whale
- 도커각티슈박스
- docker container
- shellscript
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함