Disable jmx by default

Change JmxAutoConfiguration so that by default JMX exposure is not
enabled. This matches the Javdoc text.
This commit is contained in:
Phillip Webb
2013-12-18 22:32:39 -08:00
parent 625d36d050
commit dbec81cabe
3 changed files with 21 additions and 2 deletions

View File

@@ -14,4 +14,6 @@ shell.ssh.port: 2222
shell.auth: spring
#shell.auth: key
#shell.auth.key.path: ${user.home}/test/id_rsa.pub.pem
#shell.auth: simple
#shell.auth: simple
spring.jmx.enabled: true