test 추가

This commit is contained in:
2026-04-24 14:08:54 +09:00
parent b1bcabaf6c
commit 9095b1e7a7
18 changed files with 617 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ mkdir -p "$LOG_DIR"
# 시작
echo "[$APP_NAME] 시작 중..."
nohup "$JAVA_HOME/bin/java" \
-DAPP_HASH_SALT="${APP_HASH_SALT}" \
-jar "$JAR" \
--spring.profiles.active=prod \
> /dev/null 2>&1 &