Spring batch job enabled (#144)
* Remove Batch job enabled=false * Batch job Enabled default to False
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
spring:
|
||||
batch:
|
||||
job.enabled: false
|
||||
datasource:
|
||||
url: 'jdbc:h2:file:./target/database/h2'
|
||||
username: sa
|
||||
|
||||
Reference in New Issue
Block a user