此版本仍在开发中,尚未被视为稳定版本。对于最新的稳定版本,请使用 Spring Boot 3.3.4spring-doc.cn

此版本仍在开发中,尚未被视为稳定版本。对于最新的稳定版本,请使用 Spring Boot 3.3.4spring-doc.cn

此 API 文档描述了 Spring Boot Actuators Web 端点。spring-doc.cn

在继续之前,您应该阅读以下主题:spring-doc.cn

为了获得下面记录的正确 JSON 响应,Jackson 必须可用。
为了获得下面记录的正确 JSON 响应,Jackson 必须可用。

网址

默认情况下,所有 Web 端点都位于 URL 为 表单 .可以使用 property 配置基本路径,如以下示例所示:/actuator/actuator/{id}/actuatormanagement.endpoints.web.base-pathspring-doc.cn

management.endpoints.web.base-path=/manage

前面的示例将端点 URL 的格式从 更改为 。例如,URL 端点将变为 .application.properties/actuator/{id}/manage/{id}info/manage/infospring-doc.cn

时间 戳

终端节点使用的所有时间戳,无论是作为查询参数还是在 请求正文,必须格式化为 ISO 8601 中指定的偏移日期和时间。spring-doc.cn