add make dataset

This commit is contained in:
2026-02-08 20:21:57 +09:00
parent 5bfde5798f
commit 045e3da923
101 changed files with 4039 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
spring:
application:
name: kamco-geojson-scheduler
profiles:
active: local
datasource:
driver-class-name: org.postgresql.Driver
hikari:
minimum-idle: 2
maximum-pool-size: 2
connection-timeout: 20000
idle-timeout: 300000
max-lifetime: 1800000
batch:
job:
enabled: true
initialize-schema: always