Skip to content

Commit 32fa702

Browse files
committed
Update 40.1. Customizing endpoints.md
1 parent b8f6e51 commit 32fa702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V. Spring Boot Actuator/40.1. Customizing endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endpoints.beans.id=springbeans
66
endpoints.beans.sensitive=false
77
endpoints.shutdown.enabled=true
88
```
9-
****:前缀'endpoints + . + name'被用来唯一的标识被配置的端点。
9+
****:前缀`endpoints + . + name`被用来唯一的标识被配置的端点。
1010

1111
默认情况下,除了shutdown外的所有端点都是启用的。如果希望指定选择端点的启用,你可以使用endpoints.enabled属性。例如,下面的配置禁用了除info外的所有端点:
1212
```java

0 commit comments

Comments
 (0)