diff --git a/multi/multi_gateway-route-filters.html b/multi/multi_gateway-route-filters.html index 791f73e6..65fcfc56 100644 --- a/multi/multi_gateway-route-filters.html +++ b/multi/multi_gateway-route-filters.html @@ -47,10 +47,8 @@ - name: Hystrix args: name: fallbackcmd - fallbackUri: forward:/fallbackcontroller - -This will forward to the `/fallbackcontroller` when the Hystrix fallback is called.
-
The PrefixPath GatewayFilter Factory takes a single prefix parameter.
application.yml. + fallbackUri: forward:/fallbackcontroller
+
This will forward to the /fallbackcontroller when the Hystrix fallback is called.
The PrefixPath GatewayFilter Factory takes a single prefix parameter.
application.yml.
spring: cloud: gateway: diff --git a/single/spring-cloud-gateway.html b/single/spring-cloud-gateway.html index c8671a40..90a6a568 100644 --- a/single/spring-cloud-gateway.html +++ b/single/spring-cloud-gateway.html @@ -148,10 +148,8 @@ for details on setting up your build system with the current Spring Cloud Releas - name: Hystrix args: name: fallbackcmd - fallbackUri: forward:/fallbackcontroller - -This will forward to the `/fallbackcontroller` when the Hystrix fallback is called.
-
The PrefixPath GatewayFilter Factory takes a single prefix parameter.
application.yml. + fallbackUri: forward:/fallbackcontroller
+
This will forward to the /fallbackcontroller when the Hystrix fallback is called.
The PrefixPath GatewayFilter Factory takes a single prefix parameter.
application.yml.
spring: cloud: gateway: diff --git a/spring-cloud-gateway.xml b/spring-cloud-gateway.xml index 6b851fa1..33d8ee38 100644 --- a/spring-cloud-gateway.xml +++ b/spring-cloud-gateway.xml @@ -334,11 +334,10 @@ for details on setting up your build system with the current Spring Cloud Releas - name: Hystrix args: name: fallbackcmd - fallbackUri: forward:/fallbackcontroller - -This will forward to the `/fallbackcontroller` when the Hystrix fallback is called. + fallbackUri: forward:/fallbackcontroller +This will forward to the /fallbackcontroller when the Hystrix fallback is called.PrefixPath GatewayFilter Factory