# 58. Cloud Foundry支持

当你部署到一个兼容的Cloud Foundry实例时，Spring Boot的执行器模块包含的额外支持将会被激活。`/cloudfoundryapplication`路径向所有的`@Endpoint`bean提供替代的安全的路径。

扩展的支持允许Cloud Foundry management UIs（比如你可以用来查看部署好的应用的网络应用程序）增加Spring Boot执行器信息。例如，应用状态页面包含了所有的健康信息，而不是典型的“运行中”或者“已停止”状态。

**注** `/cloudfoundryapplication`路径不能被常规用户直接访问。为了使用端点，必须在请求时传递一个有效的UAA token。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jack80342.gitbook.io/spring-boot/v.-spring-boot-actuator/58.-cloud-foundry-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
