From c7549d807dc00e2bf79f1a3c4e1c44d378761f70 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 28 Jun 2019 13:34:44 +0000 Subject: [PATCH] Sync docs from 2.0.x to gh-pages --- 2.0.x/index.html | 2 +- 2.0.x/multi/multi_pr01.html | 2 +- 2.0.x/single/spring-cloud-openfeign.html | 2 +- 2.0.x/spring-cloud-openfeign.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/2.0.x/index.html b/2.0.x/index.html index 4fc53418..4e5cb881 100644 --- a/2.0.x/index.html +++ b/2.0.x/index.html @@ -90,7 +90,7 @@ $(addBlockSwitches);
-

2.0.4.BUILD-SNAPSHOT

+

2.0.5.BUILD-SNAPSHOT

diff --git a/2.0.x/multi/multi_pr01.html b/2.0.x/multi/multi_pr01.html index 981ae94d..68cde629 100644 --- a/2.0.x/multi/multi_pr01.html +++ b/2.0.x/multi/multi_pr01.html @@ -1,4 +1,4 @@ -

2.0.4.BUILD-SNAPSHOT

This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration +

2.0.5.BUILD-SNAPSHOT

This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.

\ No newline at end of file diff --git a/2.0.x/single/spring-cloud-openfeign.html b/2.0.x/single/spring-cloud-openfeign.html index dd9119d7..2861a0cb 100644 --- a/2.0.x/single/spring-cloud-openfeign.html +++ b/2.0.x/single/spring-cloud-openfeign.html @@ -1,6 +1,6 @@ - Spring Cloud OpenFeign

Spring Cloud OpenFeign


2.0.4.BUILD-SNAPSHOT

This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration + Spring Cloud OpenFeign

Spring Cloud OpenFeign


2.0.5.BUILD-SNAPSHOT

This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.

1. Declarative REST Client: Feign

Feign is a declarative web service client. It makes writing web service clients easier. To use Feign create an interface and annotate it. It has pluggable annotation support including Feign annotations and JAX-RS annotations. Feign also supports pluggable encoders and decoders. Spring Cloud adds support for Spring MVC annotations and for using the same HttpMessageConverters used by default in Spring Web. Spring Cloud integrates Ribbon and Eureka to provide a load balanced http client when using Feign.

1.1 How to Include Feign

To include Feign in your project use the starter with group org.springframework.cloud and artifact id spring-cloud-starter-openfeign. See the Spring Cloud Project page for details on setting up your build system with the current Spring Cloud Release Train.

Example spring boot app

@SpringBootApplication
diff --git a/2.0.x/spring-cloud-openfeign.xml b/2.0.x/spring-cloud-openfeign.xml
index ebd12ec4..b9b45957 100644
--- a/2.0.x/spring-cloud-openfeign.xml
+++ b/2.0.x/spring-cloud-openfeign.xml
@@ -4,11 +4,11 @@
 
 
 Spring Cloud OpenFeign
-2019-06-06
+2019-06-28
 
 
 
-2.0.4.BUILD-SNAPSHOT
+2.0.5.BUILD-SNAPSHOT
 This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration
 and binding to the Spring Environment and other Spring programming model idioms.