From afeaa90d1af35d5bc65ef373fb400ae57ae781fe Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Sun, 2 Sep 2018 19:03:13 +0200 Subject: [PATCH] Fix indent of Jolokia maven dependency declaration in doc Closes gh-14284 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index f2465424d5e..812101c4b9f 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -892,7 +892,7 @@ using Maven you would add the following: org.jolokia jolokia-core - + ---- Jolokia can then be accessed using `/jolokia` on your management HTTP server.