From a5bc3f34928db6ebd86058bf437b33870ae6f393 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 1 Mar 2018 18:25:07 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi_gateway-route-filters.html | 6 ++---- single/spring-cloud-gateway.html | 6 ++---- spring-cloud-gateway.xml | 5 ++--- 3 files changed, 6 insertions(+), 11 deletions(-) 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.

-

5.5 PrefixPath GatewayFilter Factory

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.

5.5 PrefixPath GatewayFilter Factory

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.

-

5.5 PrefixPath GatewayFilter Factory

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.

5.5 PrefixPath GatewayFilter Factory

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