# Placeholders batch.* # for Sybase: batch.jdbc.driver=net.sourceforge.jtds.jdbc.Driver batch.jdbc.url=jdbc:jtds:sybase://dbhost:5000;databaseName=test batch.jdbc.user=spring batch.jdbc.password=spring batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer batch.schema.script=classpath*:/org/springframework/batch/core/schema-sybase.sql batch.drop.script=classpath*:/org/springframework/batch/core/schema-drop-sybase.sql batch.jdbc.testWhileIdle=true batch.jdbc.validationQuery= # Non-platform dependent settings that you might like to change batch.data.source.init=true batch.table.prefix=BATCH_