18 lines
659 B
Properties
18 lines
659 B
Properties
# 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.database.incrementer.class=org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
|
|
batch.schema.script=classpath:/org/springframework/batch/core/schema-oracle10g.sql
|
|
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-oracle10g.sql
|
|
batch.jdbc.testWhileIdle=false
|
|
batch.jdbc.validationQuery=
|
|
|
|
|
|
# Non-platform dependent settings that you might like to change
|
|
batch.data.source.init=true
|
|
batch.table.prefix=BATCH_
|
|
|