Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2018
75
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:8889/trabajoFinalAndroid
  4. username: root
  5. password: root
  6.  
  7. jpa:
  8. show-sql: true
  9. hibernate:
  10. ddl-auto: update
  11. naming:
  12. strategy: org.hibernate.cfg.ImprovedNamingStrategy
  13. properties:
  14. hibernate:
  15. dialect: org.hibernate.dialect.MySQL5Dialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement