Skip to content

Commit b70e550

Browse files
Update application-server.yml
1 parent 3f92a74 commit b70e550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbAndCsvBatch/src/main/resources/application-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ spring:
33
web-application-type: none
44
datasource:
55
# H2 (For Spring Batch management tables)
6-
batch:
6+
h2metadata:
77
url: jdbc:h2:mem:batchdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false
88
username: sa
99
password:
1010
driver-class-name: org.h2.Driver
1111

1212
# MySQL (For business logic)
13-
business:
13+
mysqlmain:
1414
url: jdbc:mysql://mysqlserver:3306/sampledb
1515
username: sampleuser
1616
password: samplepassword

0 commit comments

Comments
 (0)