23 lines
965 B
Properties
Executable File
23 lines
965 B
Properties
Executable File
# 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.schema=
|
|
batch.jndi.name=
|
|
batch.naming.factory.initial=
|
|
batch.naming.provider.url=
|
|
batch.drop.script=org/springframework/batch/core/schema-drop-hsqldb.sql
|
|
batch.schema.script=org/springframework/batch/core/schema-hsqldb.sql
|
|
batch.business.schema.script=business-schema-hsqldb.sql
|
|
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
|
|
batch.lob.handler.class=org.springframework.jdbc.support.lob.DefaultLobHandler
|
|
|
|
# Bean Properties for override
|
|
# when not using sequences:
|
|
incrementerParent.columnName=ID
|