摘要: 添加自定义类: /** * 监控接口的健康情况 * */ @Component public class ApiHealthIndicator implements HealthIndicator { @Override public Health health() { Map<String, St 阅读全文
posted @ 2021-10-11 18:59 VipSoft 阅读(657) 评论(0) 推荐(0)