Update datasource configuration in samples/tests

This commit is contained in:
Mahmoud Ben Hassine
2021-08-17 22:20:08 +02:00
parent 36b63ed283
commit 4b3bcac082
40 changed files with 162 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
<batch:job-repository id="jobRepository" table-prefix="BATCH_"/>
<jdbc:embedded-database id="dataSource"/>
<jdbc:embedded-database id="dataSource" generate-name="true"/>
<jdbc:initialize-database>
<jdbc:script location="classpath:/org/springframework/batch/core/schema-drop-hsqldb.sql"/>

View File

@@ -7,7 +7,7 @@
<batch:job-repository id="jobRepository" table-prefix="BATCH_"/>
<jdbc:embedded-database id="dataSource"/>
<jdbc:embedded-database id="dataSource" generate-name="true"/>
<jdbc:initialize-database>
<jdbc:script location="classpath:/org/springframework/batch/core/schema-drop-hsqldb.sql"/>