From 32fa702cdd59b80688b1951e9ee3c3dfaef64f2f Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 12 Jul 2015 00:50:42 +0800 Subject: [PATCH] Update 40.1. Customizing endpoints.md --- V. Spring Boot Actuator/40.1. Customizing endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V. Spring Boot Actuator/40.1. Customizing endpoints.md b/V. Spring Boot Actuator/40.1. Customizing endpoints.md index e8c598f..3cb88c2 100644 --- a/V. Spring Boot Actuator/40.1. Customizing endpoints.md +++ b/V. Spring Boot Actuator/40.1. Customizing endpoints.md @@ -6,7 +6,7 @@ endpoints.beans.id=springbeans endpoints.beans.sensitive=false endpoints.shutdown.enabled=true ``` -**注**:前缀'endpoints + . + name'被用来唯一的标识被配置的端点。 +**注**:前缀`endpoints + . + name`被用来唯一的标识被配置的端点。 默认情况下,除了shutdown外的所有端点都是启用的。如果希望指定选择端点的启用,你可以使用endpoints.enabled属性。例如,下面的配置禁用了除info外的所有端点: ```java