@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| 构造器和说明 |
|---|
DubboHealthIndicatorAutoConfiguration() |
@Bean @ConditionalOnMissingBean public DubboHealthIndicator dubboHealthIndicator()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.