Browse Source

Merge pull request #14284 from PascalSchumacher:patch-1

* pr/14284:
  Fix indent of Jolokia maven dependency declaration in doc
pull/14801/head
Stephane Nicoll 8 years ago
parent
commit
ca7f961cf0
  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