application.properties 630 B

1234567891011121314151617181920
  1. ## Redis 配置
  2. ## Redis服务器地址
  3. spring.redis.host=120.55.124.69
  4. ## Redis服务器连接端口
  5. spring.redis.port=6279
  6. ## Redis服务器连接密码(默认为空)
  7. spring.redis.password=bbztx123456
  8. # 连接超时时间(毫秒)
  9. spring.redis.timeout=5000
  10. #日志
  11. logging.level.org.springframework.cloud=debug
  12. #hystrix
  13. hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 4000
  14. # hystrix.command.apiTimeOut.execution.isolation.thread.timeoutInMilliseconds: 2000
  15. #度量
  16. spring.cloud.gateway.metrics.enabled=true
  17. # 开启指定端点
  18. management.endpoints.web.exposure.include=gateway,metrics