zuul-server.yml 875 B

1234567891011121314151617181920212223242526272829303132
  1. spring:
  2. sleuth:
  3. sampler:
  4. percentage: 1.0
  5. hystrix:
  6. strategy:
  7. enabled: false
  8. datasource:
  9. url: jdbc:mysql://192.168.1.204:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
  10. username: root
  11. password: Cs123456
  12. max-idle: 10
  13. max-wait: 10000
  14. min-idle: 5
  15. initial-size: 5
  16. validation-query: SELECT 1
  17. test-on-borrow: false
  18. test-while-idle: true
  19. time-between-eviction-runs-millis: 18800
  20. driver-class-name: com.mysql.jdbc.Driver
  21. jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=0)
  22. mybatis:
  23. mapperLocations: classpath*:mapper/**/*Dao.xml
  24. executor-type: REUSE
  25. saa:
  26. power: false
  27. basePackage: ins/**/po
  28. zuul:
  29. forceOriginalQueryStringEncoding: true
  30. #不需要网关鉴权的接口路径 多个用英文标点;隔开
  31. path:
  32. no_header: "jwt/oauth;jwt/code/image;tenant/detail"