对于最新的稳定版本,请使用 Spring Boot 3.4.0! |
执行器 REST API
网址
默认情况下,所有 Web 端点都位于 URL 为
表单 .可以使用 property 配置基本路径,如以下示例所示:/actuator
/actuator/{id}
/actuator
management.endpoints.web.base-path
management.endpoints.web.base-path=/manage
前面的示例将端点 URL 的格式从 更改为 。例如,URL 端点将变为 .application.properties
/actuator/{id}
/manage/{id}
info
/manage/info
时间 戳
终端节点使用的所有时间戳,无论是作为查询参数还是在 请求正文,必须格式化为 ISO 8601 中指定的偏移日期和时间。