This commit is contained in:
dean
2026-04-15 12:36:58 +09:00
parent b23c3e2689
commit e358d9def5
19 changed files with 1266 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
spring:
datasource:
url: jdbc:postgresql://172.16.4.56:15432/kamco_cds
username: kamco_cds
password: kamco_cds_Q!W@E#R$
driver-class-name: org.postgresql.Driver
hikari:
maximum-pool-size: 5 # cursor 1개 + 여유분. 단일 스텝이므로 많이 필요 없음
connection-timeout: 30000
idle-timeout: 600000
max-lifetime: 1800000
exporter:
inference-id: 'D5E46F60FC40B1A8BE0CD1F3547AA6'
batch-ids:
- 252
- 253
- 257
output-base-dir: '/data/model_output/export/'
crs: 'EPSG:5186'
chunk-size: 1000
fetch-size: 1000
skip-limit: 100
logging:
level:
com.kamco.shpexporter: INFO
org.springframework: WARN
pattern:
console: '%d{yyyy-MM-dd HH:mm:ss} - %msg%n'