[type:fix] fix nacosServiceInstance scheme npe (#3545)

* fix nacos scheme npe
pull/3556/head
moremind 1 year ago committed by GitHub
parent 94ba56cf80
commit bafd37245b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save