소스정리

This commit is contained in:
2026-07-27 16:01:28 +09:00
parent ccbe0ef0d6
commit a59b5b9fd0
6 changed files with 59 additions and 12 deletions
+1
View File
@@ -38,6 +38,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'me.paulschwarz:spring-dotenv:4.0.0'
}
tasks.named('test') {
useJUnitPlatform()