14 lines
710 B
Properties
14 lines
710 B
Properties
# Default database platform is HSQLDB:
|
|
batch.jdbc.driver=org.h2.Driver
|
|
batch.jdbc.url=jdbc:h2:file:target/data/h2;DB_CLOSE_ON_EXIT=FALSE
|
|
batch.jdbc.user=sa
|
|
batch.jdbc.password=
|
|
batch.jdbc.testWhileIdle=false
|
|
batch.jdbc.validationQuery=
|
|
batch.data.source.init=true
|
|
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
|
|
batch.schema.script=classpath*:/org/springframework/batch/core/schema-h2.sql
|
|
batch.drop.script=classpath*:/org/springframework/batch/core/schema-drop-h2.sql
|
|
integration.schema.script=classpath*:/org/springframework/integration/jdbc/schema-h2.sql
|
|
integration.drop.script=classpath*:/org/springframework/integration/jdbc/schema-drop-h2.sql
|