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

This commit is contained in:
HYOJIN 2026-04-07 15:01:17 +09:00
커밋 a0930dd6a1
3개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -4,6 +4,11 @@
## [Unreleased]
## [2026-04-07.1]
### 수정
- context-path를 /snp-collector로 통일 (dev/prod 프로파일)
## [2026-04-07]
### 기타

파일 보기

@ -59,7 +59,7 @@ server:
port: 8041
# port: 8041
servlet:
context-path: /snp-api
context-path: /snp-collector
# Actuator Configuration
management:

파일 보기

@ -58,7 +58,7 @@ spring:
server:
port: 8041
servlet:
context-path: /snp-api
context-path: /snp-collector
# Actuator Configuration
management: