18 lines
862 B
Properties
18 lines
862 B
Properties
# Placeholders batch.*
|
|
# for HSQLDB:
|
|
batch.jdbc.driver=org.hsqldb.jdbcDriver
|
|
batch.jdbc.url=jdbc:hsqldb:mem:testdb;sql.enforce_strict_size=true;hsqldb.tx=mvcc
|
|
# use this one 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.schema.script=classpath:org/springframework/batch/item/database/init-foo-schema-hsqldb.sql
|
|
batch.business.schema.script=classpath:/org/springframework/batch/jms/init.sql
|
|
batch.data.source.init=true
|
|
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
|
|
batch.database.incrementer.parent=columnIncrementerParent
|
|
batch.verify.cursor.position=true
|