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

Remove spring-cloud-starter-dubbo-gateway

This commit is contained in:
mercyblitz
2020-09-08 09:27:44 +08:00
parent cea5be4bb6
commit a192c17ede
3 changed files with 6 additions and 8 deletions

View File

@@ -274,10 +274,10 @@ public class NacosDiscoveryProperties {
this.namingMaintainService = createMaintainService(properties);
}
@PreDestroy
public void destroy() throws NacosException {
namingService.shutDown();
}
@PreDestroy
public void destroy() throws NacosException {
namingService.shutDown();
}
public String getEndpoint() {
return endpoint;