Compare commits

...

6 커밋

작성자 SHA1 메시지 날짜
6349149545 Merge pull request 'release: 2026-04-07 (5건 커밋)' (#5) from develop into main
All checks were successful
Build and Deploy SNP Global / build-and-deploy (push) Successful in 29s
2026-04-07 16:06:30 +09:00
c8722cd4f2 Merge pull request 'docs: 릴리즈 노트 정리 (2026-04-07)' (#4) from release/2026-04-07 into develop 2026-04-07 16:05:49 +09:00
be3b175689 docs: 릴리즈 노트 정리 (2026-04-07) 2026-04-07 16:05:29 +09:00
a3469c51c2 Merge pull request 'fix: dev/prod 포트와 context-path 통일' (#3) from feature/fix-server-config into develop 2026-04-07 16:02:59 +09:00
a21dfa3a24 docs: 릴리즈 노트 업데이트 2026-04-07 16:02:28 +09:00
7e05d46fbb fix: dev/prod 포트와 context-path 통일
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 16:01:55 +09:00
3개의 변경된 파일9개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

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

파일 보기

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

파일 보기

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