2020. 9. 28. 14:16, 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'
implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.5.6'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
'Developer' 카테고리의 다른 글
[JPA실전]@RequiredArgsConstructor - EntityManager에 사용하기 (0) | 2020.09.28 |
---|---|
[JPA실전]@RequiredArgsConstructor-final 변수들을 생성자로 (0) | 2020.09.28 |
[JPA실전]Spring-boot에서 EntityManager 정의 (0) | 2020.09.28 |
[JPA실전]devtools dependency (0) | 2020.09.28 |
[JPA실전]lombok 다운 (0) | 2020.09.28 |
Comments, Trackbacks