Skip to content

Commit 237c2ef

Browse files
committed
chore: 테스트 환경에서 lombok 사용
1 parent 6e54696 commit 237c2ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ dependencies {
2525
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2626
implementation 'org.springframework.boot:spring-boot-starter-web'
2727
compileOnly 'org.projectlombok:lombok'
28-
runtimeOnly 'mysql:mysql-connector-java:8.0.26'
29-
annotationProcessor 'org.projectlombok:lombok'
28+
runtimeOnly 'mysql:mysql-connector-java:8.0.28'
29+
testCompileOnly 'org.projectlombok:lombok'
30+
testAnnotationProcessor 'org.projectlombok:lombok'
3031
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3132
}
3233

0 commit comments

Comments
 (0)