Files
spring-batch/spring-batch-integration/build/resources/test/config-h2.properties
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

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