Revert "Update service discovery feature descriptions in documentation"

This reverts commit 0e5748f505.
Temporariliy revert change till the CLA is signed by the contributor.
This commit is contained in:
Olga MaciaszekSharma
2023-09-26 16:30:24 +02:00
parent 9a8a542c32
commit 0053b77e2c
2 changed files with 6 additions and 7 deletions

View File

@@ -8,9 +8,9 @@ include::intro.adoc[]
== Features
* Service Registration: Eureka instances can be registered with Spring-managed beans
* Service Discovery: Clients can discover the registered instances using Spring-managed beans
* Embedded Eureka Server: An Eureka server can be embedded with declarative Java configuration
* Service Discovery: Eureka instances can be registered and clients can discover the instances using Spring-managed beans
* Service Discovery: an embedded Eureka server can be created with declarative Java configuration
== Building

View File

@@ -2,11 +2,10 @@ Spring Cloud Netflix provides Netflix OSS integrations for Spring Boot apps thro
## Features
Spring Cloud Netflix provides the following features:
Spring Cloud Netflix features:
* Service Registration: Eureka instances can be registered with Spring-managed beans
* Service Discovery: Clients can discover the registered instances using Spring-managed beans
* Embedded Eureka Server: An Eureka server can be embedded with declarative Java configuration
* Service Discovery: Eureka instances can be registered and clients can discover the instances using Spring-managed beans
* Service Discovery: an embedded Eureka server can be created with declarative Java configuration
## Getting Started