We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f92a74 commit b70e550Copy full SHA for b70e550
dbAndCsvBatch/src/main/resources/application-server.yml
@@ -3,14 +3,14 @@ spring:
3
web-application-type: none
4
datasource:
5
# H2 (For Spring Batch management tables)
6
- batch:
+ h2metadata:
7
url: jdbc:h2:mem:batchdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false
8
username: sa
9
password:
10
driver-class-name: org.h2.Driver
11
12
# MySQL (For business logic)
13
- business:
+ mysqlmain:
14
url: jdbc:mysql://mysqlserver:3306/sampledb
15
username: sampleuser
16
password: samplepassword
0 commit comments