Guest User

Untitled

a guest
Jun 5th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. spring.datasource.url = jdbc:mysql://127.0.0.1:3306/audit_test_db?useSSL=false
  2. spring.datasource.username = root
  3. spring.datasource.password = root123
  4.  
  5. ## Hibernate Properties
  6. # The SQL dialect makes Hibernate generate better SQL for the chosen database
  7. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
  8.  
  9. # Hibernate ddl auto (create, create-drop, validate, update)
  10. spring.jpa.hibernate.ddl-auto = update
  11. spring.jpa.show-sql=true
Add Comment
Please, Sign In to add comment