Files
spring-batch/spring-batch-integration/build/resources/test/config-mysql.properties
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

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