Skip to content

Commit 3f63d98

Browse files
committed
#BAEL-8695: add application-restart.properties and CSV file
1 parent fc47374 commit 3f63d98

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
spring.datasource.url=jdbc:h2:~/test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
2+
spring.datasource.username=sa
3+
spring.datasource.password=
4+
spring.datasource.driver-class-name=org.h2.Driver
5+
6+
spring.jpa.hibernate.ddl-auto=create-drop
7+
spring.jpa.properties.hibernate.format_sql=true
8+
9+
spring.batch.jdbc.initialize-schema=always
10+
spring.sql.init.mode=always
11+
spring.batch.jdbc.table-prefix=BATCH_
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Item1
2+
Item2
3+
Item3
4+
Item4
5+
Item5

0 commit comments

Comments
 (0)