Browse Source

Fix indent of Jolokia maven dependency declaration in doc

Closes gh-14284
pull/14801/head
Pascal Schumacher 8 years ago committed by Stephane Nicoll
parent
commit
afeaa90d1a
  1. 2
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -892,7 +892,7 @@ using Maven you would add the following: @@ -892,7 +892,7 @@ using Maven you would add the following:
<dependency>
<groupId>org.jolokia</groupId>
<artifactId>jolokia-core</artifactId>
</dependency>
</dependency>
----
Jolokia can then be accessed using `/jolokia` on your management HTTP server.

Loading…
Cancel
Save