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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user