Guest User

Untitled

a guest
Jan 6th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. ---
  2. datasources.default: {}
  3. ---
  4. hibernate:
  5. hbm2ddl:
  6. auto: update
  7. cache:
  8. queries: false
  9. use_second_level_cache: true
  10. use_query_cache: false
  11. region.factory_class: org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
  12. dataSource:
  13. url: jdbc:mysql://localhost:3306/db
  14. dbCreate: create-update
  15. pooled: true
  16. jmxExport: true
  17. driverClassName: com.mysql.cj.jdbc.Driver
  18. dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  19. username:
  20. password:
Add Comment
Please, Sign In to add comment