如果classpath下存在Spring HATEOAS库(比如,通过spring-boot-starter-hateoas或使用Spring Data REST),来自执行器(Actuator)的HTTP端点将使用超媒体链接进行增强(hypermedia links),也就是使用一个“导航页”汇总所有端点链接,该页面默认路径为/actuator。该实现也是一个端点,可以通过属性配置它的路径(endpoints.actuator.path)及是否开启(endpoints.actuator.enabled)。