Update service discovery feature descriptions in documentation

This commit is contained in:
Nasser Al-den Ghassan Shareef Khaled
2023-03-21 04:00:09 +02:00
committed by Olga MaciaszekSharma
parent 23259330c9
commit 0e5748f505
2 changed files with 7 additions and 6 deletions

View File

@@ -8,9 +8,9 @@ include::intro.adoc[]
== Features
* 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
* 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
== Building

View File

@@ -2,10 +2,11 @@ Spring Cloud Netflix provides Netflix OSS integrations for Spring Boot apps thro
## Features
Spring Cloud Netflix features:
Spring Cloud Netflix provides the following features:
* 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
* 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
## Getting Started