BATCH-1919: Switch to using <jdbc:/> namespace in samples

This commit is contained in:
Chris Schaefer
2012-12-16 13:29:29 -05:00
parent 6c2a4ce4d6
commit 18d923d6ea
9 changed files with 7 additions and 190 deletions

View File

@@ -6,11 +6,9 @@ batch.jdbc.user=app
batch.jdbc.password=
batch.jdbc.testWhileIdle=false
batch.jdbc.validationQuery=
batch.jdbc.verifyCursorPosition=false
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-derby.sql
batch.schema.script=classpath:/org/springframework/batch/core/schema-derby.sql
batch.business.schema.script=business-schema-derby.sql
batch.data.source.init=true
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
batch.database.incrementer.parent=columnIncrementerParent
batch.lob.handler.class=org.springframework.jdbc.support.lob.DefaultLobHandler