change directory

This commit is contained in:
haerong22
2021-09-13 10:51:59 +09:00
parent 59642a8198
commit 98c7aedc01
72 changed files with 1 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ subprojects {
annotationProcessor 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor" annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
} }

View File