application-testNetOut.yml 788 B

1234567891011121314151617181920212223242526
  1. spring:
  2. redis:
  3. host: 47.101.137.223
  4. port: 6379
  5. database: 3
  6. password: Xx0GWxdWQJxx6Swe
  7. lettuce:
  8. pool:
  9. max-active: 20
  10. max-idle: 20
  11. min-idle: 0
  12. max-wait: -1ms
  13. timeout: 2000ms
  14. datasource:
  15. url: jdbc:mysql://47.101.137.223:3306/pas?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  16. username: root
  17. password: TU5x6IeBi7rl
  18. driver-class-name: com.mysql.cj.jdbc.Driver
  19. type: com.alibaba.druid.pool.DruidDataSource
  20. druid:
  21. stat-view-servlet:
  22. login-username: admin
  23. login-password: 123456
  24. web-stat-filter:
  25. exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
  26. authorUrl: http://localhost:8871