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.