2020. 9. 28. 11:18, Developer
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-devtools'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
'Developer' 카테고리의 다른 글
[JPA실전]파라미터 로그 표시 (0) | 2020.09.28 |
---|---|
[JPA실전]Spring-boot에서 EntityManager 정의 (0) | 2020.09.28 |
[JPA실전]lombok 다운 (0) | 2020.09.28 |
[JPA실전]시작 (0) | 2020.09.28 |
[JPA]벌크연산 (0) | 2020.09.23 |
Comments, Trackbacks