mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
commit
2d277e42c1
@ -84,7 +84,6 @@ public class NacosPropertySourceLocator implements PropertySourceLocator {
|
||||
configService = NacosFactory.createConfigService(properties);
|
||||
}
|
||||
catch (NacosException e) {
|
||||
// todo 为什么这里是 checkException,什么时候会抛出,什么时候需要关心
|
||||
logger.error("create config service error, nacosConfigProperties:{}, ", properties, e);
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user