fix: dev/prod 포트와 context-path 통일
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
부모
1783322034
커밋
7e05d46fbb
@ -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