# 52.2 禁用JMX端点

如果不想通过JMX暴露端点，你可以将`management.endpoints.jmx.exposure.exclude`属性设置为`*`：

```
management.endpoints.jmx.exposure.exclude=*
```
