Merge pull request 'release: 2026-04-07.1' (#6) from develop into main
All checks were successful
Build and Deploy SNP Collector / build-and-deploy (push) Successful in 32s
All checks were successful
Build and Deploy SNP Collector / build-and-deploy (push) Successful in 32s
This commit is contained in:
커밋
a0930dd6a1
@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2026-04-07.1]
|
||||||
|
|
||||||
|
### 수정
|
||||||
|
- context-path를 /snp-collector로 통일 (dev/prod 프로파일)
|
||||||
|
|
||||||
## [2026-04-07]
|
## [2026-04-07]
|
||||||
|
|
||||||
### 기타
|
### 기타
|
||||||
|
|||||||
@ -59,7 +59,7 @@ server:
|
|||||||
port: 8041
|
port: 8041
|
||||||
# port: 8041
|
# port: 8041
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /snp-api
|
context-path: /snp-collector
|
||||||
|
|
||||||
# Actuator Configuration
|
# Actuator Configuration
|
||||||
management:
|
management:
|
||||||
|
|||||||
@ -58,7 +58,7 @@ spring:
|
|||||||
server:
|
server:
|
||||||
port: 8041
|
port: 8041
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /snp-api
|
context-path: /snp-collector
|
||||||
|
|
||||||
# Actuator Configuration
|
# Actuator Configuration
|
||||||
management:
|
management:
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user