From 24806fb4d733502d0f2a278e857cf0c57cd08b7a Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Fri, 27 Mar 2020 12:06:21 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
reference/html/index.html | 2 +-
reference/html/spring-cloud-openfeign.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/reference/html/index.html b/reference/html/index.html
index ed645010..c9ab6f8f 100644
--- a/reference/html/index.html
+++ b/reference/html/index.html
@@ -194,7 +194,7 @@ of the @FeignClient annotation.
for the "stores" service. If your application is a Eureka client then
it will resolve the service in the Eureka service registry. If you
don’t want to use Eureka, you can simply configure a list of servers
-in your external configuration.
+in your external configuration using SimpleDiscoveryClient.
diff --git a/reference/html/spring-cloud-openfeign.html b/reference/html/spring-cloud-openfeign.html
index ed645010..c9ab6f8f 100644
--- a/reference/html/spring-cloud-openfeign.html
+++ b/reference/html/spring-cloud-openfeign.html
@@ -194,7 +194,7 @@ of the
@FeignClient annotation.
for the "stores" service. If your application is a Eureka client then
it will resolve the service in the Eureka service registry. If you
don’t want to use Eureka, you can simply configure a list of servers
-in your external configuration.
+in your external configuration using
SimpleDiscoveryClient.