类 ServletEndpointRegistrar

java.lang.Object
org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar
所有已实现的接口:
ServletContextInitializer

@Deprecated(since="3.3.0", forRemoval=true) public class ServletEndpointRegistrar extends Object implements ServletContextInitializer
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.3.0 in favor of @Endpoint and @WebEndpoint support
从以下版本开始:
2.0.0
作者:
Phillip Webb, Madhura Bhave