Created
July 9, 2018 23:36
-
-
Save ryanzhou7/6aa96477ed9eabd0f75769686d12a483 to your computer and use it in GitHub Desktop.
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.jpa.hibernate.ddl-auto=create | |
spring.datasource.url=jdbc:mysql://localhost:3306/db_example | |
spring.datasource.username=springuser | |
spring.datasource.password=ThePassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment