> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/v.-spring-boot-actuator/52.-monitoring-and-management-over-jmx/52.3-using-jolokia-for-jmx-over-http/52.3.2-disabling-jolokia.md).

# 52.3.2 禁用Jolokia

如果正在使用Jolokia，又不想让Spring Boot配置它，你只需要简单的将`management.endpoint.jolokia.enabled`属性设置为`false`：

```
management.endpoint.jolokia.enabled=false
```
