Skip to content

Instantly share code, notes, and snippets.

@tonfever
Last active April 24, 2018 08:36
Show Gist options
  • Save tonfever/63f35d0d39e7277b985e81069bad470b to your computer and use it in GitHub Desktop.
Save tonfever/63f35d0d39e7277b985e81069bad470b to your computer and use it in GitHub Desktop.
spring boot application.properties
spring.datasource.url=jdbc:mysql://HOST:PORT/DATABASE
spring.datasource.username=USERNAME
spring.datasource.password=USER_PASSWORD
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.hibernate.ddl-auto=update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment