Update and rename 42.3.2. Disabling Jolokia to 42.3.2. Disabling Jolokia.md

master
qibaoguang 2015-03-02 23:46:18 +08:00
parent 45c71f768d
commit 3455c3cbd6
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
### 42.3.2. 禁用Jolokia
如果你正在使用Jolokia但不想让Spring Boot配置它只需要简单的将`endpoints.jolokia.enabled`属性设置为false
```java
endpoints.jolokia.enabled=false
```