15 lines
728 B
Properties
15 lines
728 B
Properties
# Placeholders batch.*
|
|
# for Derby:
|
|
batch.jdbc.driver=org.apache.derby.jdbc.EmbeddedDriver
|
|
batch.jdbc.url=jdbc:derby:derby-home/test;create=true
|
|
batch.jdbc.user=app
|
|
batch.jdbc.password=
|
|
batch.jdbc.testWhileIdle=false
|
|
batch.jdbc.validationQuery=
|
|
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-derby.sql
|
|
batch.schema.script=classpath:org/springframework/batch/item/database/init-foo-schema-derby.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.DerbyMaxValueIncrementer
|
|
batch.database.incrementer.parent=columnIncrementerParent
|
|
batch.verify.cursor.position=false |