diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index a25d818f69..31cf5129cd 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -1068,7 +1068,7 @@ If you use Jolokia but do not want Spring Boot to configure it, set the [source,properties,indent=0] ---- - management.jolokia.enabled=false + management.endpoint.jolokia.enabled=false ----