1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

update description

This commit is contained in:
echooymxq 2019-08-19 16:14:39 +08:00
parent 2e4f1f415a
commit a9a7c99f6e

View File

@ -31,7 +31,7 @@ public class NacosConnectionFailureAnalyzer
@Override
protected FailureAnalysis analyze(Throwable rootFailure,
NacosConnectionFailureException cause) {
return new FailureAnalysis("Application failed to connect to nacos server",
"check your nacos server config", cause);
return new FailureAnalysis("Application failed to connect to Nacos server",
"check your Nacos server config", cause);
}
}