Clarify status of @EnableEurekaClient
Fixes gh-194
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user