Last active
April 24, 2018 08:36
-
-
Save tonfever/63f35d0d39e7277b985e81069bad470b to your computer and use it in GitHub Desktop.
spring boot application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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