Advertisement
Guest User

Untitled

a guest
Oct 26th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. spring.datasource.url = jdbc:mysql://localhost:3306/CONTACT?useSSL=false&createDatabaseIfNotExist=true
  2. spring.datasource.driver-class-name = com.mysql.jdbc.Driver
  3. spring.datasource.username = root
  4. spring.datasource.password = root
  5.  
  6. spring.jpa.show-sql = false
  7. spring.jpa.hibernate.ddl-auto = update
  8. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement