We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bb5e5 commit f239074Copy full SHA for f239074
build.gradle
@@ -38,8 +38,9 @@ dependencies {
38
developmentOnly 'org.springframework.boot:spring-boot-devtools'
39
runtimeOnly 'com.mysql:mysql-connector-j'
40
annotationProcessor 'org.projectlombok:lombok'
41
+ testAnnotationProcessor 'org.projectlombok:lombok' // 테스트에서도 롬복 처리가 필요함
42
testImplementation 'org.springframework.boot:spring-boot-starter-test'
- testImplementation 'org.awaitility:awaitility4.2.0'
43
+ testImplementation 'org.awaitility:awaitility:4.2.0'
44
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
45
}
46
0 commit comments