Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user