application.yml 663 B

123456789101112131415161718192021222324252627282930313233
  1. spring:
  2. redis:
  3. host: 192.168.50.114
  4. # host: localhost
  5. port: 6379
  6. password:
  7. # password: jingang@redis
  8. jedis:
  9. pool:
  10. max-active: 8
  11. max-wait: -1
  12. max-idle: 500
  13. min-idle: 0
  14. lettuce:
  15. shutdown-timeout: 0
  16. database: 0
  17. jackson:
  18. date-format: yyyy-MM-dd HH:mm:ss
  19. time-zone: GMT+8
  20. #自定义http配置
  21. http_pool:
  22. max_total: 200
  23. default_max_per_route: 100
  24. connect_timeout: 5000
  25. connection_request_timeout: 1000
  26. socket_timeout: 65000
  27. validate_after_inactivity: 2000
  28. pagehelper:
  29. helper-dialect: mysql
  30. reasonable: true
  31. support-methods-arguments: true
  32. params: count=countSql