Class WebMvcEndpointManagementContextConfiguration
java.lang.Object
org.springframework.boot.webmvc.autoconfigure.actuate.web.WebMvcEndpointManagementContextConfiguration
@ManagementContextConfiguration(proxyBeanMethods=false)
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnBean({org.springframework.web.servlet.DispatcherServlet.class,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier.class})
@EnableConfigurationProperties(org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties.class)
public class WebMvcEndpointManagementContextConfiguration
extends Object
@ManagementContextConfiguration for Spring MVC
@Endpoint concerns.- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WebMvcEndpointManagementContextConfiguration
public WebMvcEndpointManagementContextConfiguration()
-