Skip to content

Instantly share code, notes, and snippets.

@kmb385
Created May 2, 2020 13:43
Show Gist options
  • Save kmb385/2640250f9d6287982d5ab28412adbd31 to your computer and use it in GitHub Desktop.
Save kmb385/2640250f9d6287982d5ab28412adbd31 to your computer and use it in GitHub Desktop.
spring.datasource.driveClassName=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/batch_repo
spring.datasource.username=batch_user
spring.datasource.password=password
spring.datasource.platform=mysql
spring.datasource.initialization-mode=always
spring.batch.initialize-schema=always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment