HealthEndpoint#health
public Health health() {
Maphealths =new LinkedHashMap<>();
for (Map.Entryentry :this.indicators.entrySet()) {
healths.put(entry.getKey(),entry.getValue().health());
}
HealthEndpoint#health
public Health health() {
Maphealths =new LinkedHashMap<>();
for (Map.Entryentry :this.indicators.entrySet()) {
healths.put(entry.getKey(),entry.getValue().health());
}
本文标题:SpringBoot健康检查
本文链接:https://www.haomeiwen.com/subject/hzebtdtx.html
网友评论