From abd0d2903e0ca01dd218773db9885a98f53d73bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 12 Jan 2026 08:22:11 +0000 Subject: [PATCH] Update docs to reflect new location of CF actuator support Closes gh-48675 --- .../antora/modules/reference/pages/actuator/cloud-foundry.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/cloud-foundry.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/cloud-foundry.adoc index b3e73edf449..e9d70290093 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/cloud-foundry.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/cloud-foundry.adoc @@ -1,7 +1,7 @@ [[actuator.cloud-foundry]] = Cloud Foundry Support -Spring Boot's actuator module includes additional support that is activated when you deploy to a compatible Cloud Foundry instance. +Spring Boot's `spring-boot-cloudfoundry` module (part of `spring-boot-starter-cloud-foundry`) includes additional support that is activated when you deploy to a compatible Cloud Foundry instance. The `/cloudfoundryapplication` path provides an alternative secured route to all javadoc:org.springframework.boot.actuate.endpoint.annotation.Endpoint[format=annotation] beans. The extended support lets Cloud Foundry management UIs (such as the web application that you can use to view deployed applications) be augmented with Spring Boot actuator information.