BATCH-2699: move derby's generated files under "build" directory

This commit is contained in:
Mahmoud Ben Hassine
2018-04-13 16:30:22 +02:00
parent fbbd3d3fa8
commit 234a2f0ddd
5 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# Placeholders batch.*
# for Derby:
batch.jdbc.driver=org.apache.derby.jdbc.EmbeddedDriver
batch.jdbc.url=jdbc:derby:derby-home/test;create=true
batch.jdbc.url=jdbc:derby:build/derby-home/test;create=true
batch.jdbc.user=app
batch.jdbc.password=
batch.jdbc.testWhileIdle=false
@@ -12,4 +12,4 @@ 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.DerbyMaxValueIncrementer
batch.database.incrementer.parent=columnIncrementerParent
batch.verify.cursor.position=false
batch.verify.cursor.position=false