From 982b74a9b05806414f0b4047a85f0290c822630a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Jun 2015 10:32:06 +0200 Subject: [PATCH] Fix property duplication --- .../src/main/asciidoc/appendix-application-properties.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 71d9cf1114..c214973863 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -606,7 +606,6 @@ content into your application; rather pick only the properties that you need. endpoints.info.id=info endpoints.info.sensitive=false endpoints.info.enabled=true - endpoints.jmx.enabled=true # enable JMX export of all endpoints endpoints.mappings.enabled=true endpoints.mappings.id=mappings endpoints.mappings.sensitive=true @@ -650,7 +649,7 @@ content into your application; rather pick only the properties that you need. endpoints.jolokia.enabled=true # when using Jolokia # JMX ENDPOINT ({sc-spring-boot-actuator}/autoconfigure/EndpointMBeanExportProperties.{sc-ext}[EndpointMBeanExportProperties]) - endpoints.jmx.enabled=true + endpoints.jmx.enabled=true # enable JMX export of all endpoints endpoints.jmx.domain= # the JMX domain, defaults to 'org.springboot' endpoints.jmx.unique-names=false endpoints.jmx.static-names=