Update and rename 42.3.1. Customizing Jolokia to 42.3.1. Customizing Jolokia.md
parent
78c0c769a1
commit
45c71f768d
|
@ -0,0 +1,6 @@
|
|||
### 42.3.1. 自定义Jolokia
|
||||
|
||||
Jolokia有很多配置,传统上一般使用servlet参数进行设置。使用Spring Boot,你可以在application.properties中通过把参数加上`jolokia.config.`前缀来设置:
|
||||
```java
|
||||
jolokia.config.debug=true
|
||||
```
|
Loading…
Reference in New Issue