Update and rename 42.3.1. Customizing Jolokia to 42.3.1. Customizing Jolokia.md

master
qibaoguang 2015-03-02 23:45:16 +08:00
parent 78c0c769a1
commit 45c71f768d
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
### 42.3.1. 自定义Jolokia
Jolokia有很多配置传统上一般使用servlet参数进行设置。使用Spring Boot你可以在application.properties中通过把参数加上`jolokia.config.`前缀来设置:
```java
jolokia.config.debug=true
```