### 42.2. 禁用JMX端点
如果不想通过JMX暴露端点,你可以将`spring.jmx.enabled`属性设置为false:
```java
spring.jmx.enabled=false
```