# Placeholders batch.* # for Oracle: batch.jdbc.driver=oracle.jdbc.OracleDriver batch.jdbc.url=jdbc:oracle:thin:@oracle:1521:xe batch.jdbc.user=spring batch.jdbc.password=spring batch.jdbc.testWhileIdle=false batch.jdbc.validationQuery= batch.schema.script=classpath:org/springframework/batch/item/database/init-foo-schema-oracle.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.OracleSequenceMaxValueIncrementer batch.database.incrementer.parent=sequenceIncrementerParent batch.verify.cursor.position=true