diff --git a/2.0.x/multi/multi_spring-cloud-feign.html b/2.0.x/multi/multi_spring-cloud-feign.html index 12b50230..c0ea7f32 100644 --- a/2.0.x/multi/multi_spring-cloud-feign.html +++ b/2.0.x/multi/multi_spring-cloud-feign.html @@ -1,7 +1,7 @@
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.
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
+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 @EnableFeignClients public class Application { diff --git a/2.0.x/single/spring-cloud-openfeign.html b/2.0.x/single/spring-cloud-openfeign.html index e430f22d..dd9119d7 100644 --- a/2.0.x/single/spring-cloud-openfeign.html +++ b/2.0.x/single/spring-cloud-openfeign.html @@ -2,7 +2,7 @@Spring Cloud OpenFeign Table of Contents
2.0.4.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.
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
HttpMessageConvertersused by default in Spring Web. Spring Cloud integrates Ribbon and Eureka to provide a load balanced http client when using Feign.To include Feign in your project use the starter with group
org.springframework.cloud-and artifact idspring-cloud-starter-openfeign. See the Spring Cloud Project page +and artifact idspring-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 @EnableFeignClients public class Application { diff --git a/2.0.x/spring-cloud-openfeign.xml b/2.0.x/spring-cloud-openfeign.xml index 5c6f6c10..947b7f8b 100644 --- a/2.0.x/spring-cloud-openfeign.xml +++ b/2.0.x/spring-cloud-openfeign.xml @@ -18,7 +18,7 @@ and binding to the Spring Environment and other Spring programming model idioms.How to Include Feign To include Feign in your project use the starter with group org.springframework.cloud -and artifact idspring-cloud-starter-openfeign . See the Spring Cloud Project page +and artifact idspring-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