Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # spring.h2.console.enabled=true
  2. logging.level.org.hibernate.SQL=debug
  3.  
  4. spring.datasource.url=jdbc:mysql://31.170.164.229/u689307934_asw
  5. spring.datasource.username=u689307934_asw
  6. spring.datasource.password=MacBook
  7. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  8.  
  9. spring.jpa.database = MYSQL
  10. spring.jpa.show-sql = true
  11. spring.jpa.hibernate.ddl-auto = update
  12. spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy
  13. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement