Advertisement
Guest User

Untitled

a guest
May 21st, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. environments:
  2. developmentBDInt:
  3. dataSource:
  4. username: "usrmediacion"
  5. password: "pwdmediacion"
  6. pooled: true
  7. dbCreate: "update"
  8. driverClassName: "com.mysql.jdbc.Driver"
  9. url: "jdbc:mysql://polux:3306/mediacion?user=usrmediacion&password=pwdmediacion&sessionVariables=sql_mode='PIPES_AS_CONCAT'"
  10. dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  11. properties:
  12. validationQuery: "SELECT 1"
  13. testOnBorrow: true
  14. testOnReturn: true
  15. testWhileIdle: true
  16. timeBetweenEvictionRunsMillis: 1800000
  17. numTestsPerEvictionRun: 3
  18. minEvictableIdleTimeMillis: 1800000
  19. test:
  20. dataSource:
  21. dbCreate: update
  22. url: jdbc:h2:mem:testDb;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement