Guest User

Untitled

a guest
Jun 30th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. spring.datasource.url = jdbc:mysql://localhost:3306/kotlin-demo?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false
  2. spring.datasource.username = kotlin
  3. spring.datasource.password= welcome1
  4.  
  5. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
  6.  
  7. spring.jpa.hibernate.ddl-auto = update
Add Comment
Please, Sign In to add comment