jenkinsfile

This commit is contained in:
2026-02-09 11:20:15 +09:00
parent e50295e929
commit 731dbb4170
6 changed files with 380 additions and 11 deletions

View File

@@ -13,8 +13,11 @@ spring:
max-lifetime: 1800000
sql:
init:
mode: always
schema-locations: classpath:sql/schema.sql
mode: never
# schema-locations: classpath:sql/schema.sql
# Note: batch_history 테이블이 이미 존재하므로 SQL 초기화 비활성화
# 새 환경에서 테이블 생성이 필요한 경우, 아래 SQL을 수동으로 실행:
# src/main/resources/sql/schema.sql
batch:
job:
enabled: true