Browse Source

Merge branch '2.4.x'

Closes gh-26474
pull/26476/head
Andy Wilkinson 5 years ago
parent
commit
a623dab0aa
  1. 1
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

1
spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

@ -98,6 +98,7 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey) @@ -98,6 +98,7 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey)
| `heapdump`
| Returns an `hprof` heap dump file.
Requires a HotSpot JVM.
| `jolokia`
| Exposes JMX beans over HTTP (when Jolokia is on the classpath, not available for WebFlux).

Loading…
Cancel
Save