전체 서비스 빌드 설정 업데이트 및 kos-mock 데이터 동기화

This commit is contained in:
hiondal
2025-09-11 18:37:56 +09:00
parent fb0c5da973
commit 0f1e22c5dc
8 changed files with 41 additions and 287 deletions
-10
View File
@@ -26,16 +26,6 @@ dependencies {
// 추가 테스트 설정 (루트에서 기본 설정됨)
// JAR 파일명 설정
jar {
archiveBaseName = 'user-service'
enabled = false
}
bootJar {
archiveFileName = 'user-service.jar'
}
// Spring Boot 실행 설정
springBoot {
mainClass = 'com.phonebill.user.UserServiceApplication'
}