Advertisement
Guest User

Untitled

a guest
Feb 28th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. spring:
  2. datasource:
  3. url: jdbc:mysql://localhost:3306/mydb
  4. username: Afrojam
  5. password: *******
  6.  
  7. jpa:
  8. show-sql: true
  9. hibernate:
  10. ddl-auto: update
  11. naming:
  12. implicit-strategy: org.hibernate.cfg.DefaultComponentSafeNamingStrategy
  13. properties:
  14. hibernate:
  15. dialect: org.hibernate.dialect.MySQL5Dialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement