Skip to content

Instantly share code, notes, and snippets.

@mohashari
Created June 30, 2018 02:32
Show Gist options
  • Select an option

  • Save mohashari/01ec5cef44021cba73cd0627b5258648 to your computer and use it in GitHub Desktop.

Select an option

Save mohashari/01ec5cef44021cba73cd0627b5258648 to your computer and use it in GitHub Desktop.
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