15 lines
714 B
Properties
15 lines
714 B
Properties
# Placeholders batch.*
|
|
# for MySQL:
|
|
batch.jdbc.driver=com.mysql.jdbc.Driver
|
|
batch.jdbc.url=jdbc:mysql://localhost/test
|
|
batch.jdbc.user=root
|
|
batch.jdbc.password=root
|
|
batch.jdbc.testWhileIdle=true
|
|
batch.jdbc.validationQuery=SELECT 1
|
|
batch.data.source.init=true
|
|
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
|
|
batch.schema.script=classpath:/org/springframework/batch/core/schema-mysql.sql
|
|
batch.drop.script=classpath*:/org/springframework/batch/core/schema-drop-mysql.sql
|
|
integration.schema.script=classpath*:/org/springframework/integration/jdbc/schema-mysql.sql
|
|
integration.drop.script=classpath*:/org/springframework/integration/jdbc/schema-drop-mysql.sql
|