Spring batch job enabled (#144)

* Remove Batch job enabled=false

* Batch job Enabled default to False
This commit is contained in:
Panayiotis Savva
2020-09-23 20:13:22 +03:00
committed by GitHub
parent a62de82495
commit 75503466cd
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
spring:
batch:
job.enabled: false
datasource:
url: 'jdbc:h2:file:./target/database/h2'
username: sa