15 lines
668 B
Properties
15 lines
668 B
Properties
# Placeholders batch.*
|
|
# for Oracle:
|
|
batch.jdbc.driver=org.postgresql.Driver
|
|
batch.jdbc.url=jdbc:postgresql://localhost:9432/test
|
|
batch.jdbc.user=test
|
|
batch.jdbc.password=test
|
|
batch.jdbc.testWhileIdle=false
|
|
batch.jdbc.validationQuery=
|
|
batch.schema.script=classpath:org/springframework/batch/item/database/init-foo-schema-postgres.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.PostgreSQLSequenceMaxValueIncrementer
|
|
batch.database.incrementer.parent=sequenceIncrementerParent
|
|
batch.verify.cursor.position=true
|