Commit 00a951c1 by Dave Syer

Clarify status of @EnableEurekaClient

Fixes gh-194
parent 00b689f5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment