fix: dev/prod 포트와 context-path 통일 #3

병합
HYOJIN feature/fix-server-config 에서 develop 로 2 commits 를 머지했습니다 2026-04-07 16:02:59 +09:00
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
Showing only changes of commit 7e05d46fbb - Show all commits

파일 보기

@ -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: