We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f6e51 commit 32fa702Copy full SHA for 32fa702
V. Spring Boot Actuator/40.1. Customizing endpoints.md
@@ -6,7 +6,7 @@ endpoints.beans.id=springbeans
6
endpoints.beans.sensitive=false
7
endpoints.shutdown.enabled=true
8
```
9
-**注**:前缀'endpoints + . + name'被用来唯一的标识被配置的端点。
+**注**:前缀`endpoints + . + name`被用来唯一的标识被配置的端点。
10
11
默认情况下,除了shutdown外的所有端点都是启用的。如果希望指定选择端点的启用,你可以使用endpoints.enabled属性。例如,下面的配置禁用了除info外的所有端点:
12
```java
0 commit comments