See also https://github.com/codecentric/spring-boot-admin/tree/master/spring-boot-admin-samples/spring-boot-admin-sample-discovery/[spring-boot-admin-sample-discovery].
NOTE: You can include the Spring Boot Admin to your Eureka server. Add the dependencies, add `@EnableAdminServer` to your configuration and set `spring.boot.admin.context-path` to something different than `"/"` so that the Spring Boot Admin Server UI won't clash with Eurekas one.
[[client-applications]]
== Client applications ==
...
...
@@ -199,7 +201,7 @@ spring.boot.admin.password
| spring.boot.admin.period
| Interval for repeating the registration (in ms).
| `10000`
| `10.000`
| spring.boot.admin.auto-deregistration
| Swtich to enable auto-deregistration at admin when context is closed.