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

Polish alibaba/spring-cloud-alibaba#1628 : [Infrastructure] Upgrading the dependencies of Nacos

This commit is contained in:
mercyblitz 2020-08-11 15:55:26 +08:00
parent e838f471a4
commit 824daf5bb6

View File

@ -328,4 +328,9 @@ public class MockNamingService implements NamingService {
return null;
}
@Override
public void shutDown() throws NacosException {
}
}