Advertisement
Guest User

ASDF

a guest
Feb 13th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. dataSource:
  2. username: soteria
  3. password: soteria
  4. url: jdbc:mysql://127.0.0.1:3306/soteria_catalogue
  5. properties :
  6. initialSize : 5
  7. maxActive : 50
  8. minIdle : 5
  9. maxIdle : 25
  10. maxWait : 600000
  11. maxAge : 600000
  12. timeBetweenEvictionRunsMillis : 300000
  13. minEvictableIdleTimeMillis : 300000
  14. validationQuery : "SELECT 1"
  15. validationQueryTimeout : 3
  16. validationInterval : 15000
  17. testOnBorrow : true
  18. testWhileIdle : true
  19. testOnReturn : false
  20. jdbcInterceptors : ConnectionState
  21. defaultTransactionIsolation : 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement