webchat-pay-service-dev.yaml 698 B

123456789101112131415161718192021222324
  1. #---------------------------------数据库配置----------------------------------#
  2. spring:
  3. datasource:
  4. url: jdbc:mysql://192.168.36.128:3306/webchat_payment?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true
  5. username: webchat_payment
  6. password: RLYk88XmeYCXMRwA
  7. driver-class-name: com.mysql.jdbc.Driver
  8. hikari:
  9. maximum-pool-size: 50
  10. jpa:
  11. show-sql: true
  12. # set redis config
  13. data:
  14. redis:
  15. host: 192.168.36.128
  16. port: 26739
  17. password: ZiFiE3JkwCN5S5FF
  18. database: 6
  19. jedis:
  20. timeout: 5000
  21. pool:
  22. max-active: 100
  23. max-wait: -1
  24. min-idle: 10