Skip to content

Commit

Permalink
Merge branch '2.1.x' into 2.2.x
Browse files Browse the repository at this point in the history
Closes gh-20963
  • Loading branch information
mbhave committed Apr 14, 2020
2 parents 6e1ff50 + c98fe51 commit 947594a
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -1172,6 +1172,10 @@ For example, with Maven, you would add the following dependency:
The Jolokia endpoint can then be exposed by adding `jolokia` or `*` to the configprop:management.endpoints.web.exposure.include[] property.
You can then access it by using `/actuator/jolokia` on your management HTTP server.

NOTE: The Jolokia endpoint exposes Jolokia's servlet as an actuator endpoint.
As a result, it is specific to servlet environments such as Spring MVC and Jersey.
The endpoint will not be available in a WebFlux application.



[[production-ready-customizing-jolokia]]
Expand Down

0 comments on commit 947594a

Please sign in to comment.