Commit c5556b72 by Administrator

Update application.yml

parent 1cd2f736
...@@ -97,6 +97,9 @@ hystrix: ...@@ -97,6 +97,9 @@ hystrix:
timeoutInMilliseconds: 240000 # 设置熔断的时间,建议在网关和微服务都设置,否则会有一个默认值生效 timeoutInMilliseconds: 240000 # 设置熔断的时间,建议在网关和微服务都设置,否则会有一个默认值生效
#关闭验证 #关闭验证
management: management:
health:
rabbit:
enabled:false
metrics: metrics:
web: web:
server: server:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment