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

4
axhub-tool-hr/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM eclipse-temurin:21-jdk-alpine
WORKDIR /app
COPY build/libs/axhub-tool-hr-0.0.1-SNAPSHOT.jar app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]