fix: Developer Portal 스캐폴딩 시 빈 문자열 입력에 대한 기본값 처리 로직 보완

This commit is contained in:
jade
2026-07-13 09:37:17 +09:00
parent 6b49f6b6b9
commit 71c8afef33
10 changed files with 141 additions and 5 deletions

View File

@@ -109,3 +109,24 @@ services:
- GLOW_COMMUNICATION_EXTMCI_PORT=8081
- GLOW_COMMUNICATION_EAI_HOST=tcp://gateway
- GLOW_COMMUNICATION_EAI_PORT=8081
tool-hr:
build:
context: ./axhub-tool-hr
ports:
- "8086:8086"
depends_on:
- redis
environment:
- TZ=Asia/Seoul
- SPRING_REDIS_HOST=redis
- SPRING_REDIS_PORT=6379
- SPRING_DATA_REDIS_PORT=6379
- AXHUB_GATEWAY_URL=http://gateway:8081
- AXHUB_TOOL_URL=http://tool-hr:8086
- GLOW_COMMUNICATION_MCI_HOST=http://gateway
- GLOW_COMMUNICATION_MCI_PORT=8081
- GLOW_COMMUNICATION_EXTMCI_HOST=http://gateway
- GLOW_COMMUNICATION_EXTMCI_PORT=8081
- GLOW_COMMUNICATION_EAI_HOST=tcp://gateway
- GLOW_COMMUNICATION_EAI_PORT=8081