Skip to content

Commit d2bdcdd

Browse files
weixsunsnicoll
authored andcommitted
Fix outdated defaults for Info endpoint
See gh-26591
1 parent b971ac8 commit d2bdcdd

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The following table shows the default exposure for the built-in endpoints:
198198

199199
| `info`
200200
| Yes
201-
| Yes
201+
| No
202202

203203
| `integrationgraph`
204204
| Yes
@@ -273,7 +273,7 @@ To change which endpoints are exposed, use the following technology-specific `in
273273
|
274274

275275
| configprop:management.endpoints.web.exposure.include[]
276-
| `info, health`
276+
| `health`
277277
|===
278278

279279
The `include` property lists the IDs of the endpoints that are exposed.

0 commit comments

Comments
 (0)