Clarify status of @EnableEurekaClient

Fixes gh-194
This commit is contained in:
Dave Syer
2015-02-04 15:50:18 +01:00
parent 00b689f58a
commit 00a951c1f1

View File

@@ -41,7 +41,10 @@ public class Application {
}
----
(i.e. utterly normal Spring Boot app). Configuration is required to locate the Eureka server. Example:
(i.e. utterly normal Spring Boot app). In this example we use
`@EnableEurekaClient` explicitly, but with only Eureka available you
could also use `@EnableDiscoveryClient`. Configuration is required to
locate the Eureka server. Example:
.application.yml