Files
spring-batch/spring-batch-core/build/resources/main/batch-sybase.properties
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

18 lines
670 B
Properties

# 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_