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

resolve review

This commit is contained in:
zkzlx
2019-08-21 09:16:15 +08:00
parent 7f5c67b4ed
commit e549ca49cd
8 changed files with 104 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ public class NacosPropertySourceBuilder {
try {
data = configService.getConfig(dataId, group, timeout);
if (StringUtils.isEmpty(data)) {
log.info(
log.warn(
"Ignore the empty nacos configuration and get it based on dataId[{}] & group[{}]",
dataId, group);
return EMPTY_PROPERTIES;