diff --git a/2.2.x/reference/html/index.html b/2.2.x/reference/html/index.html index a2ed24e8..d0c9d3a8 100644 --- a/2.2.x/reference/html/index.html +++ b/2.2.x/reference/html/index.html @@ -194,8 +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 (see -above for example).

+in your external configuration using SimpleDiscoveryClient.

diff --git a/2.2.x/reference/html/spring-cloud-openfeign.html b/2.2.x/reference/html/spring-cloud-openfeign.html index a2ed24e8..d0c9d3a8 100644 --- a/2.2.x/reference/html/spring-cloud-openfeign.html +++ b/2.2.x/reference/html/spring-cloud-openfeign.html @@ -194,8 +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 (see -above for example).

+in your external configuration using SimpleDiscoveryClient.