org.springframework.boot.actuate.health.HealthAggregator#org.springframework.boot.actuate.health.OrderedHealthAggregator源码实例Demo

下面列出了org.springframework.boot.actuate.health.HealthAggregator#org.springframework.boot.actuate.health.OrderedHealthAggregator 实例代码,或者点击链接到github查看源代码,也可以在右侧发表评论。

@Bean
public HealthAggregator healthAggregator() {
  return new OrderedHealthAggregator();
}