程序包 org.springframework.boot.actuate.endpoint.web.servlet
package org.springframework.boot.actuate.endpoint.web.servlet
Spring MVC support for actuator endpoints.
-
类说明A custom
HandlerMapping
that makesweb endpoints
available over HTTP using Spring MVC.Handler providing actuator links at the root endpoint.A servlet web operation that can be handled by Spring MVC.A customHandlerMapping
that allows health groups to be mapped to an additional path.已过时, 待删除: 此 API 元素将从以后的版本中删除。A customHandlerMapping
that makes web endpoints available over HTTP using Spring MVC.
@Endpoint
and@WebEndpoint
support