13 lines
224 B
YAML
13 lines
224 B
YAML
spring:
|
|
application:
|
|
name: shp-exporter-v2
|
|
profiles:
|
|
active: prod
|
|
main:
|
|
web-application-type: none
|
|
batch:
|
|
job:
|
|
enabled: false
|
|
jdbc:
|
|
initialize-schema: always
|
|
table-prefix: BATCH_ |