전체 서비스 빌드 설정 업데이트 및 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
-17
View File
@@ -1,12 +1,6 @@
// kos-mock 모듈
// 루트 build.gradle의 subprojects 블록에서 공통 설정 적용됨
configurations {
compileOnly {
extendsFrom annotationProcessor
}
}
dependencies {
// Spring Boot
implementation 'org.springframework.boot:spring-boot-starter-web'
@@ -41,17 +35,6 @@ dependencies {
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
}
tasks.named('test') {
useJUnitPlatform()
}
// JAR 파일 이름 설정 (다른 모듈에서 참조할 수 있도록 enabled = true)
jar {
archiveBaseName = 'kos-mock-service'
archiveVersion = version
enabled = true
}
bootJar {
archiveFileName = 'kos-mock.jar'
}
Binary file not shown.
@@ -82,5 +82,3 @@ springdoc:
operations-sorter: alpha
show-actuator: true
paths-to-exclude: /actuator/**
cors:
allowed-origins: "http://localhost:3000,http://phonebill.20.214.196.128.nip.io,http://phonebill-front.20.214.196.128.nip.io"