release: 2026-04-07 (5건 커밋) #5

병합
HYOJIN develop 에서 main 로 5 commits 를 머지했습니다 2026-04-07 16:06:31 +09:00
3개의 변경된 파일9개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@ -4,6 +4,11 @@
## [Unreleased] ## [Unreleased]
## [2026-04-07]
### 수정
- dev/prod 포트(8041→8031)와 context-path(/snp-api→/snp-global) 통일
### 기타 ### 기타
- snp-global 자동 배포 워크플로우 구성 - snp-global 자동 배포 워크플로우 구성

파일 보기

@ -33,9 +33,9 @@ spring:
# Server Configuration # Server Configuration
server: server:
port: 8041 port: 8031
servlet: servlet:
context-path: /snp-api context-path: /snp-global
# Actuator Configuration # Actuator Configuration
management: management:

파일 보기

@ -33,9 +33,9 @@ spring:
# Server Configuration # Server Configuration
server: server:
port: 8041 port: 8031
servlet: servlet:
context-path: /snp-api context-path: /snp-global
# Actuator Configuration # Actuator Configuration
management: management: