Class ServletEndpointManagementContextConfiguration

java.lang.Object
org.springframework.boot.servlet.autoconfigure.actuate.web.ServletEndpointManagementContextConfiguration

@ManagementContextConfiguration(proxyBeanMethods=false) @ConditionalOnWebApplication(type=SERVLET) public class ServletEndpointManagementContextConfiguration extends Object
@ManagementContextConfiguration for servlet endpoints.
Since:
4.0.0
Author:
Phillip Webb, Andy Wilkinson, Madhura Bhave