Split the function

This commit is contained in:
2026-02-09 20:29:50 +09:00
parent 703c25aadf
commit b4fff05460
5 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ spring:
hikari:
minimum-idle: 2
maximum-pool-size: 5
batch:
job:
name: exportGeoJsonJob # 기본 실행 Job 지정
training-data:
geojson-dir: /kamco-nfs/dataset

View File

@@ -3,6 +3,9 @@ spring:
url: jdbc:postgresql://localhost:5432/kamco_cds
username: kamco_cds
password: kamco_cds
batch:
job:
name: exportGeoJsonJob # 기본 실행 Job 지정
training-data:
geojson-dir: /tmp/geojson

View File

@@ -6,6 +6,9 @@ spring:
hikari:
minimum-idle: 2
maximum-pool-size: 5
batch:
job:
name: exportGeoJsonJob # 기본 실행 Job 지정
training-data:
geojson-dir: /kamco-nfs/dataset

View File

@@ -21,6 +21,7 @@ spring:
batch:
job:
enabled: true
name: exportGeoJsonJob # 기본 실행 Job 지정
jdbc:
initialize-schema: always