Disable JMX by default
This commit switches the default value for the `spring.jmx.enabled` configuration property. JMX is now disabled by default and can be enabled with `spring.jmx.enabled=true`. Closes gh-16090
This commit is contained in:
@@ -1217,8 +1217,9 @@ following example:
|
||||
[[production-ready-jmx]]
|
||||
== Monitoring and Management over JMX
|
||||
Java Management Extensions (JMX) provide a standard mechanism to monitor and manage
|
||||
applications. By default, Spring Boot exposes management endpoints as JMX MBeans under
|
||||
the `org.springframework.boot` domain.
|
||||
applications. By default, this feature is not enabled and can be turned on with
|
||||
the configuration property `spring.jmx.enabled=true`. Spring Boot exposes
|
||||
management endpoints as JMX MBeans under the `org.springframework.boot` domain by default.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user