Browse Source

Fix outdated defaults for Info endpoint

See gh-26591
pull/26632/head
weixsun 5 years ago committed by Stephane Nicoll
parent
commit
d2bdcddb5f
  1. 4
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

4
spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

@ -198,7 +198,7 @@ The following table shows the default exposure for the built-in endpoints: @@ -198,7 +198,7 @@ The following table shows the default exposure for the built-in endpoints:
| `info`
| Yes
| Yes
| No
| `integrationgraph`
| Yes
@ -273,7 +273,7 @@ To change which endpoints are exposed, use the following technology-specific `in @@ -273,7 +273,7 @@ To change which endpoints are exposed, use the following technology-specific `in
|
| configprop:management.endpoints.web.exposure.include[]
| `info, health`
| `health`
|===
The `include` property lists the IDs of the endpoints that are exposed.

Loading…
Cancel
Save