BATCH-1467: fix samples config for command line
This commit is contained in:
@@ -253,7 +253,7 @@
|
||||
<configuration>
|
||||
<systemProperties>
|
||||
<property>
|
||||
<name>org.springframework.batch.support.SystemPropertyInitializer.ENVIRONMENT</name>
|
||||
<name>ENVIRONMENT</name>
|
||||
<value>${environment}</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user