类 ServletEndpointManagementContextConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
@ManagementContextConfiguration(proxyBeanMethods=false)
@ConditionalOnWebApplication(type=SERVLET)
public class ServletEndpointManagementContextConfiguration
extends Object
@ManagementContextConfiguration
for servlet
endpoints.- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb, Andy Wilkinson, Madhura Bhave
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明
-
构造器详细资料
-
ServletEndpointManagementContextConfiguration
public ServletEndpointManagementContextConfiguration()
-
-
方法详细资料
-
servletExposeExcludePropertyEndpointFilter
@Bean public IncludeExcludeEndpointFilter<ExposableServletEndpoint> servletExposeExcludePropertyEndpointFilter(WebEndpointProperties properties)
-