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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user