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
All checks were successful
Build and Deploy SNP Global / build-and-deploy (push) Successful in 29s
This commit is contained in:
커밋
6349149545
@ -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:
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user