类的使用
org.springframework.boot.actuate.endpoint.web.EndpointServlet
使用EndpointServlet的程序包
-
org.springframework.boot.actuate.endpoint.web中EndpointServlet的使用
修饰符和类型方法说明ExposableServletEndpoint.getEndpointServlet()
已过时, 待删除: 此 API 元素将从以后的版本中删除。Return details of the servlet that should be registered.EndpointServlet.withInitParameter
(String name, String value) 已过时, 待删除: 此 API 元素将从以后的版本中删除。EndpointServlet.withInitParameters
(Map<String, String> initParameters) 已过时, 待删除: 此 API 元素将从以后的版本中删除。EndpointServlet.withLoadOnStartup
(int loadOnStartup) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Sets theloadOnStartup
priority that will be set on Servlet registration.