@Configuration
@ConditionalOnClass(name="org.springframework.boot.actuate.health.Health")
@ConditionalOnProperty(name="management.health.dubbo.enabled",
matchIfMissing=true,
havingValue="true")
@EnableConfigurationProperties(value=DubboHealthIndicatorProperties.class)
public class DubboHealthIndicatorAutoConfiguration
extends Object
DubboHealthIndicator Auto ConfigurationHealthIndicator@Bean @ConditionalOnMissingBean public DubboHealthIndicator dubboHealthIndicator()
Copyright © 2019 The Apache Software Foundation. All rights reserved.