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

17 lines
963 B
Properties

# Default database platform is HSQLDB:
batch.jdbc.driver=org.hsqldb.jdbcDriver
batch.jdbc.url=jdbc:hsqldb:mem:testdb;sql.enforce_strict_size=true;hsqldb.tx=mvcc
# Override and use this one in for a separate server process so you can inspect
# the results (or add it to system properties with -D to override at run time).
# batch.jdbc.url=jdbc:hsqldb:hsql://localhost:9005/samples
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.HsqlMaxValueIncrementer
batch.schema.script=classpath*:/org/springframework/batch/core/schema-hsqldb.sql
batch.drop.script=classpath*:/org/springframework/batch/core/schema-drop-hsqldb.sql
integration.schema.script=classpath*:/org/springframework/integration/jdbc/schema-hsqldb.sql
integration.drop.script=classpath*:/org/springframework/integration/jdbc/schema-drop-hsqldb.sql