mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-12 19:49:10 +00:00
전체 서비스 빌드 설정 업데이트 및 kos-mock 데이터 동기화
This commit is contained in:
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user