|
|
@ -68,6 +68,11 @@ public class NacosServiceInstance implements ServiceInstance {
|
|
|
|
return metadata;
|
|
|
|
return metadata;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public String getScheme() {
|
|
|
|
|
|
|
|
return getUri().getScheme();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void setServiceId(String serviceId) {
|
|
|
|
public void setServiceId(String serviceId) {
|
|
|
|
this.serviceId = serviceId;
|
|
|
|
this.serviceId = serviceId;
|
|
|
|
}
|
|
|
|
}
|
|
|
|