From 86f49c31d509b3b2508f97d4bd8f5d7de47b15b2 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 22 Jan 2019 18:35:05 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi_pr01.html | 2 +- single/spring-cloud-openfeign.html | 2 +- spring-cloud-openfeign.html | 2 +- spring-cloud-openfeign.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multi/multi_pr01.html b/multi/multi_pr01.html index 540774c5..5fc62f8f 100644 --- a/multi/multi_pr01.html +++ b/multi/multi_pr01.html @@ -1,4 +1,4 @@ -

2.1.0.BUILD-SNAPSHOT

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

2.1.1.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/single/spring-cloud-openfeign.html b/single/spring-cloud-openfeign.html index af6dde74..9c4bea19 100644 --- a/single/spring-cloud-openfeign.html +++ b/single/spring-cloud-openfeign.html @@ -1,6 +1,6 @@ - Spring Cloud OpenFeign

Spring Cloud OpenFeign


2.1.0.BUILD-SNAPSHOT

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

Spring Cloud OpenFeign


2.1.1.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/spring-cloud-openfeign.html b/spring-cloud-openfeign.html
index 821f3b1f..de92bcb2 100644
--- a/spring-cloud-openfeign.html
+++ b/spring-cloud-openfeign.html
@@ -90,7 +90,7 @@ $(addBlockSwitches);
 
-

2.1.0.BUILD-SNAPSHOT

+

2.1.1.BUILD-SNAPSHOT

diff --git a/spring-cloud-openfeign.xml b/spring-cloud-openfeign.xml index b849b981..e3b9c10a 100644 --- a/spring-cloud-openfeign.xml +++ b/spring-cloud-openfeign.xml @@ -8,7 +8,7 @@ -2.1.0.BUILD-SNAPSHOT +2.1.1.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.