jenkinsfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user