BATCH-1467: fix samples config for command line

This commit is contained in:
dsyer
2009-12-29 14:23:48 +00:00
parent ff42839b01
commit b3784f20ab
2 changed files with 2 additions and 1 deletions

View File

@@ -253,7 +253,7 @@
<configuration>
<systemProperties>
<property>
<name>org.springframework.batch.support.SystemPropertyInitializer.ENVIRONMENT</name>
<name>ENVIRONMENT</name>
<value>${environment}</value>
</property>
</systemProperties>

View File

@@ -13,3 +13,4 @@ batch.data.source.init=true
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
batch.database.incrementer.parent=sequenceIncrementerParent
batch.grid.size=2
batch.verify.cursor.position=true