Created
June 30, 2018 02:32
-
-
Save mohashari/01ec5cef44021cba73cd0627b5258648 to your computer and use it in GitHub Desktop.
This file contains hidden or 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://localhost:3306/kotlin-demo?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false | |
| spring.datasource.username = kotlin | |
| spring.datasource.password= welcome1 | |
| spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect | |
| spring.jpa.hibernate.ddl-auto = update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment