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'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
annotationProcessor 'org.projectlombok:lombok'
compileOnly 'org.projectlombok:lombok'
// 이거 두개 추가해주세용
testAnnotationProcessor 'org.projectlombok:lombok'
testCompileOnly 'org.projectlombok:lombok'
}
'코딩딩 > Error' 카테고리의 다른 글
mongoose save 무한 freezed (0) | 2024.10.10 |
---|---|
LocalDateTime ResponseBody (0) | 2024.09.11 |
옵시디언 vim 모드 사용시 줄 바꿈 문제 (1) | 2024.05.21 |
RestController에서 @AuthenticationPrincipal UserDetails principal 정보가 담기지 않은 문제 (0) | 2024.01.12 |
Thymeleaf 사용시 redirect가 동작하지 않는 오류 (1) | 2024.01.10 |