BATCH-2771: Fix deprecations in DefaultDataFieldMaxValueIncrementerFactory
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
76c34c7f72
commit
fa62861015
@@ -4,7 +4,7 @@ batch.jdbc.driver=org.postgresql.Driver
|
||||
batch.jdbc.url=jdbc:postgresql://localhost/samples
|
||||
batch.jdbc.user=postgres
|
||||
batch.jdbc.password=dba
|
||||
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
|
||||
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.PostgresSequenceMaxValueIncrementer
|
||||
batch.schema.script=classpath:/org/springframework/batch/core/schema-postgresql.sql
|
||||
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-postgresql.sql
|
||||
batch.jdbc.testWhileIdle=false
|
||||
|
||||
Reference in New Issue
Block a user