Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. mybatis:
  2. typeAliasesPackage: com.wiredinformatics.preauth.domain
  3. spring:
  4. datasource:
  5. url: jdbc:mysql://127.0.0.1:3306/preauth?
  6. useSSL=false&serverTimezone=UTC
  7. username: myuser
  8. password: mypass
  9. dbcp2:
  10. driver: com.mysql.cj.jdbc.Driver
  11. initial-size: 2
  12. max-total: 10
  13. max-idle: 10
  14. min-idle: 5
  15. max-wait-millis: 30000
  16. validation-query: SELECT 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement