Merge branch 'master' into registry-nacos

This commit is contained in:
tanghc
2019-08-12 19:36:03 +08:00

View File

@@ -190,7 +190,7 @@ public class ServiceZookeeperApiMetaManager implements ApiMetaManager {
if (servletPath == null) {
servletPath = "";
}
StringUtils.trimLeadingCharacter(servletPath, '/');
servletPath = StringUtils.trimLeadingCharacter(servletPath, '/');
return contextPath + servletPath;
}