From 83e0978a038f66b2f750ab928f371981ed564447 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Feb 2018 17:37:56 +0100 Subject: [PATCH] Polish --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----