Fixes misspelling in sagan index

This commit is contained in:
fecqs
2020-01-07 09:32:01 +08:00
committed by Spencer Gibb
parent 02f3bb8bba
commit c56e4a35d5

View File

@@ -13,7 +13,7 @@ Spring Cloud Netflix features:
* Declarative REST Client: Feign creates a dynamic implementation of an interface decorated with JAX-RS or Spring MVC annotations
* Client Side Load Balancer: Ribbon
* External Configuration: a bridge from the Spring Environment to Archaius (enables native configuration of Netflix components using Spring Boot conventions)
* Router and Filter: automatic regsitration of Zuul filters, and a simple convention over configuration approach to reverse proxy creation
* Router and Filter: automatic registration of Zuul filters, and a simple convention over configuration approach to reverse proxy creation
## Getting Started
@@ -40,4 +40,4 @@ public class Application {
}
```
To run your own server use the `spring-cloud-starter-netflix-eureka-server` dependency and `@EnableEurekaServer`.
To run your own server use the `spring-cloud-starter-netflix-eureka-server` dependency and `@EnableEurekaServer`.