> 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.1-customizing-jolokia.md).

# 52.3.1 自定义Jolokia

Jolokia有很多配置，通常使用servlet参数进行设置。跟Spring Boot一块使用时可以在`application.properties`文件中添加`management.endpoint.jolokia.config.`前缀的属性进行配置：

```
management.endpoint.jolokia.config.debug=true
```
