Merge remote-tracking branch 'origin/3.1.x' into 4.0.x

This commit is contained in:
Olga MaciaszekSharma
2023-09-26 16:33:26 +02:00
3 changed files with 9 additions and 10 deletions

View File

@@ -50,9 +50,9 @@ patterns provided include Service Discovery (Eureka).
== 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

@@ -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