Guest User

Untitled

a guest
Oct 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # MySQL properties
  2. db.driver=com.mysql.cj.jdbc.Driver
  3. db.url=jdbc:mysql://localhost:3306/demospring
  4. db.username=root
  5. db.password=xxxxxx
  6.  
  7. # Hibernate properties
  8. hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
  9. hibernate.show_sql= true
  10. hibernate.format_sql= true
  11. hibernate.hbm2ddl.auto=update
Add Comment
Please, Sign In to add comment