Commit 85cdde92 by Nepxion

修复Spring Cloud Gateway示例的Bug

parent cca8b7e8
......@@ -32,8 +32,8 @@ spring.cloud.gateway.routes[0].filters[0]=StripPrefix=1
spring.cloud.gateway.routes[0].uri=lb://discovery-springcloud-example-a
# Hystrix配置
spring.cloud.gateway.routes[0].filters[1].name=Hystrix
spring.cloud.gateway.routes[0].filters[1].args.name=default
spring.cloud.gateway.routes[0].filters[1].args.fallbackUri=forward:/fallback
hystrix.command.default.execution.isolation.strategy=THREAD
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=3000
\ No newline at end of file
# spring.cloud.gateway.routes[0].filters[1].name=Hystrix
# spring.cloud.gateway.routes[0].filters[1].args.name=default
# spring.cloud.gateway.routes[0].filters[1].args.fallbackUri=forward:/fallback
# hystrix.command.default.execution.isolation.strategy=THREAD
# hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=3000
\ No newline at end of file
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