Johannes Edmeier <https://twitter.com/joshiste[@joshiste]>
{localdate}
{docdate}
:toc: right
:doctype: book
:sectanchors:
...
...
@@ -13,7 +13,7 @@ Johannes Edmeier <https://twitter.com/joshiste[@joshiste]>
Spring Boot Admin is a simple application to manage and monitor your http://projects.spring.io/spring-boot/[Spring Boot Applications].
The applications register with our Spring Boot Admin Client (via http) or are discovered using Spring Cloud (e.g. Eureka).
The UI is just an Angular.js application on top of the Spring Boot Actuator Endpoints. In case you want to use the more advanced features (e.g. jmx-, loglevel-management), Jolokia must be included in the client application.
The UI is just an Angular.js application on top of the Spring Boot Actuator endpoints. In case you want to use the more advanced features (e.g. jmx-, loglevel-management), Jolokia must be included in the client application.
[[getting-started]]
== Getting started ==
...
...
@@ -408,4 +408,4 @@ How do I disable Spring Boot Admin Client for my unit tests?::
The AutoConfiguration is triggered by the presence of the `spring.boot.admin.url`. So if you don't set this property for your tests, the Spring Boot Admin Client is not active.
How do I customize the UI?::
You can only customize the UI by copying and modifying the source of `spring-boot-admin-ui` and adding your own module to your classpath.
\ No newline at end of file
You can only customize the UI by copying and modifying the source of `spring-boot-admin-ui` and adding your own module to your classpath.