application-dev.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # 微信支付
  2. wechat:
  3. payment:
  4. notifyUrl: https://dev-wash.kuaiyuman.cn/api/payment/notify
  5. refundNotifyUrl: https://dev-wash.kuaiyuman.cn/api/payment/refundNotify
  6. fapiao:
  7. notifyUrl: https://dev-wash.kuaiyuman.cn/api/invoice/notify
  8. spring:
  9. datasource:
  10. hikari:
  11. max-lifetime: 0
  12. minimum-idle: 3
  13. maximum-pool-size: 10
  14. idle-timeout: 60000
  15. connection-timeout: 10000
  16. validation-timeout: 3000
  17. url: jdbc:mysql://10.24.166.202:3306/car_wash?serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true&allowMultiQueries=true
  18. username: root
  19. password: KuaiyuMan/*-
  20. driver-class-name: com.mysql.cj.jdbc.Driver
  21. data:
  22. redis:
  23. port: 6379
  24. host: 10.24.166.202
  25. password: KtXA^Zx!TZmLEy(@JjB@2(TVG0kdy5)&
  26. database: 11
  27. lettuce:
  28. pool:
  29. min-idle: 1
  30. cluster:
  31. refresh:
  32. adaptive: true
  33. period: 20
  34. cache:
  35. type: redis
  36. redis:
  37. # 缓存过期时间:7天
  38. time-to-live: 604800
  39. rabbitmq:
  40. host: 121.40.98.15
  41. port: 5673
  42. username: kym
  43. password: kym!@123
  44. virtual-host: /dev
  45. publisher-returns: true
  46. publisher-confirms: true
  47. listener:
  48. simple:
  49. acknowledge-mode: manual
  50. retry:
  51. enabled: true
  52. max-attempts: 3
  53. initial-interval: 3000ms
  54. max-interval: 6000ms
  55. multiplier: 2
  56. kym:
  57. notify-email: skyline@kuaiyuman.cn