PortalProperty 부팅 시 중복키 점검 기능 추가
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- (PROPERTY_GROUP_NAME, PROPERTY_NAME) 유일성 검증
- 중복 발견 시 ERROR 로그 출력 및 수동 정리 안내
- JSESSIONID 쿠키 이름 변경 (PORTAL_JSESSIONID → JSESSIONID_PORTAL)
This commit is contained in:
Rinjae
2026-07-06 17:47:48 +09:00
parent 83d267faed
commit c5b23c3873
2 changed files with 56 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ server:
session:
timeout: 10m
cookie:
name: PORTAL_JSESSIONID
name: JSESSIONID_PORTAL
encoding:
charset: UTF-8
port: '39130'