index.adoc 937 Bytes
Newer Older
1 2
= Spring Boot Admin Reference Guide =
Johannes Edmeier <https://twitter.com/joshiste[@joshiste]>
3
:revnumber: {project-version}
4
:revdate: {commit-time}
5 6
:toc: left
:toclevels: 3
7 8 9 10 11 12
:doctype: book
:sectanchors:
:sectlinks:
:sectnums:
:icons: font
:hide-uri-scheme:
13
:last-update-label!:
14
:tabsize: 2
15 16 17 18 19

== What is Spring Boot Admin? ==

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).
Johannes Edmeier committed
20
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.
21

22
include::getting-started.adoc[]
23

24
include::client.adoc[]
25

26
include::server.adoc[]
27

28 29
include::security.adoc[]

30
include::faqs.adoc[]