See gh-11811
This commit is contained in:
Johnny Lim
2018-01-27 19:36:54 +09:00
committed by Stephane Nicoll
parent 5332bcbe28
commit 914bdb393f
10 changed files with 27 additions and 15 deletions

View File

@@ -500,7 +500,7 @@ to augment an existing endpoint.
TIP: If you add endpoints as a library feature, consider adding a configuration class
annotated with `@ManagementContextConfiguration` to `/META-INF/spring.factories` under the
following key:
`org.springframework.boot.actuate.autoconfigure.ManagementContextConfiguration`. If you do
`org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration`. If you do
so and if your users ask for a separate management port or address, the endpoint moves to
a child context with all the other web endpoints.
@@ -1014,7 +1014,7 @@ Maven, you would add the following dependency:
----
The Jolokia endpoint can then be exposed by adding `jolokia` or `*` to the
`management.endpoints.web.expose` property. You can then be accessed it by using
`management.endpoints.web.expose` property. You can then access it by using
`/actuator/jolokia` on your management HTTP server.