From 32589a1ea16f2246ec6ba227d847842b9042f0fa Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 12 Jan 2018 16:26:04 +0000 Subject: [PATCH] Sync docs from 1.0.x to gh-pages --- 1.0.x/index.html | 2 +- 1.0.x/multi/multi_pr01.html | 2 +- 1.0.x/single/spring-cloud-gateway.html | 2 +- 1.0.x/spring-cloud-gateway.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/1.0.x/index.html b/1.0.x/index.html index 64d3a72b..c1615d2c 100644 --- a/1.0.x/index.html +++ b/1.0.x/index.html @@ -90,7 +90,7 @@ $(addBlockSwitches);
-

1.0.1.BUILD-SNAPSHOT

+

1.0.2.BUILD-SNAPSHOT

diff --git a/1.0.x/multi/multi_pr01.html b/1.0.x/multi/multi_pr01.html index eabc27f5..cc0e2486 100644 --- a/1.0.x/multi/multi_pr01.html +++ b/1.0.x/multi/multi_pr01.html @@ -1,3 +1,3 @@ -

1.0.1.BUILD-SNAPSHOT

This project provides a library for building an API Gateway on top of Spring MVC. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.

\ No newline at end of file +

1.0.2.BUILD-SNAPSHOT

This project provides a library for building an API Gateway on top of Spring MVC. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.

\ No newline at end of file diff --git a/1.0.x/single/spring-cloud-gateway.html b/1.0.x/single/spring-cloud-gateway.html index ca087e5d..f53530eb 100644 --- a/1.0.x/single/spring-cloud-gateway.html +++ b/1.0.x/single/spring-cloud-gateway.html @@ -1,6 +1,6 @@ - Spring Cloud Gateway

Spring Cloud Gateway


1.0.1.BUILD-SNAPSHOT

This project provides a library for building an API Gateway on top of Spring MVC. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.

1. How to Include Spring Cloud Gateway

To include Spring Cloud Gateway in your project add a dependency with group org.springframework.cloud and artifact id spring-cloud-gateway-mvc. See the Spring Cloud Project page for details on setting up your build system with the current Spring Cloud Release Train.

2. Building a Gateway Using Spring MVC

Spring Cloud Gateway provides a utility object called ProxyExchange which you can use inside a regular Spring MVC handler as a method parameter. It supports basic downstream HTTP exchanges via methods that mirror the HTTP verbs, or forwarding to a local handler via the forward() method.

Example (proxying a request to "/test" downstream to a remote server):

@RestController
+   Spring Cloud Gateway

Spring Cloud Gateway


1.0.2.BUILD-SNAPSHOT

This project provides a library for building an API Gateway on top of Spring MVC. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.

1. How to Include Spring Cloud Gateway

To include Spring Cloud Gateway in your project add a dependency with group org.springframework.cloud and artifact id spring-cloud-gateway-mvc. See the Spring Cloud Project page for details on setting up your build system with the current Spring Cloud Release Train.

2. Building a Gateway Using Spring MVC

Spring Cloud Gateway provides a utility object called ProxyExchange which you can use inside a regular Spring MVC handler as a method parameter. It supports basic downstream HTTP exchanges via methods that mirror the HTTP verbs, or forwarding to a local handler via the forward() method.

Example (proxying a request to "/test" downstream to a remote server):

@RestController
 @SpringBootApplication
 public class GatewaySampleApplication {
 
diff --git a/1.0.x/spring-cloud-gateway.xml b/1.0.x/spring-cloud-gateway.xml
index 4ea7b228..706b112d 100644
--- a/1.0.x/spring-cloud-gateway.xml
+++ b/1.0.x/spring-cloud-gateway.xml
@@ -8,7 +8,7 @@
 
 
 
-1.0.1.BUILD-SNAPSHOT
+1.0.2.BUILD-SNAPSHOT
 This project provides a library for building an API Gateway on top of Spring MVC. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.