From 8699965569c203e071a6c47a06cbd7c0b1f3ea19 Mon Sep 17 00:00:00 2001 From: Panayiotis Savva Date: Fri, 25 Sep 2020 09:02:28 +0300 Subject: [PATCH] Remove Duplicate batch job enabled It seems via the adding and removing of the previous PR landed up having 2x the tags for Batch job enabled. Once on line 2, Once on Line 29 --- src/main/resources/application.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 96a4040..b7ec776 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,6 +1,4 @@ spring: - batch: - job.enabled: false datasource: url: 'jdbc:h2:file:./target/database/h2' username: sa