Remove duplicate key

pull/1230/merge
Stephane Nicoll 11 years ago
parent 3c7d825658
commit f7a5ee3bcc

@ -362,7 +362,6 @@ content into your application; rather pick only the properties that you need.
endpoints.jmx.enabled=true endpoints.jmx.enabled=true
endpoints.jmx.domain= # the JMX domain, defaults to 'org.springboot' endpoints.jmx.domain= # the JMX domain, defaults to 'org.springboot'
endpoints.jmx.unique-names=false endpoints.jmx.unique-names=false
endpoints.jmx.enabled=true
endpoints.jmx.staticNames= endpoints.jmx.staticNames=
# JOLOKIA ({sc-spring-boot-actuator}/autoconfigure/JolokiaProperties.{sc-ext}[JolokiaProperties]) # JOLOKIA ({sc-spring-boot-actuator}/autoconfigure/JolokiaProperties.{sc-ext}[JolokiaProperties])

Loading…
Cancel
Save