From cb18434a1561e3720a8ffb663381e63793908881 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 4 Jun 2020 13:00:36 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 12 ++++++++++++ reference/html/spring-cloud-openfeign.html | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/reference/html/index.html b/reference/html/index.html index f543c20d..ebf3b107 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -328,6 +328,18 @@ If none of them is in the classpath, the default feign client is used.

+
+ + + + + +
+ + +spring-cloud-starter-openfeign supports spring-cloud-starter-loadbalancer. However, as is an optional dependency, you need to make sure it been added to your project if you want to use it. +
+

The OkHttpClient and ApacheHttpClient feign clients can be used by setting feign.okhttp.enabled or feign.httpclient.enabled to true, respectively, and having them on the classpath. You can customize the HTTP client used by providing a bean of either org.apache.http.impl.client.CloseableHttpClient when using Apache or okhttp3.OkHttpClient when using OK HTTP.

diff --git a/reference/html/spring-cloud-openfeign.html b/reference/html/spring-cloud-openfeign.html index f543c20d..ebf3b107 100644 --- a/reference/html/spring-cloud-openfeign.html +++ b/reference/html/spring-cloud-openfeign.html @@ -328,6 +328,18 @@ If none of them is in the classpath, the default feign client is used.

+
+ + + + + +
+ + +spring-cloud-starter-openfeign supports spring-cloud-starter-loadbalancer. However, as is an optional dependency, you need to make sure it been added to your project if you want to use it. +
+

The OkHttpClient and ApacheHttpClient feign clients can be used by setting feign.okhttp.enabled or feign.httpclient.enabled to true, respectively, and having them on the classpath. You can customize the HTTP client used by providing a bean of either org.apache.http.impl.client.CloseableHttpClient when using Apache or okhttp3.OkHttpClient when using OK HTTP.