Skip to content

Commit 8b74d79

Browse files
committed
Merge pull request #26591 from weixsun
* pr/26591: Fix outdated defaults for Info endpoint Closes gh-26591
2 parents b971ac8 + d2bdcdd commit 8b74d79

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)