Merge pull request 'fix: context-path를 /snp-collector로 통일' (#4) from feature/unify-context-path into develop

This commit is contained in:
HYOJIN 2026-04-07 14:59:43 +09:00
커밋 09696f0c95
3개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -4,6 +4,9 @@
## [Unreleased] ## [Unreleased]
### 수정
- 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: