@ManagementContextConfiguration @ConditionalOnClass(name="org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter") @ConditionalOnWebApplication public class DubboMvcEndpointManagementContextConfiguration extends Object
MvcEndpoint ManagementContextConfiguration for Spring Boot 1.x| Constructor and Description |
|---|
DubboMvcEndpointManagementContextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DubboMvcEndpoint |
dubboMvcEndpoint(DubboEndpoint dubboEndpoint) |
public DubboMvcEndpointManagementContextConfiguration()
@Bean @ConditionalOnBean(value=DubboEndpoint.class) @ConditionalOnMissingBean public DubboMvcEndpoint dubboMvcEndpoint(DubboEndpoint dubboEndpoint)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.