mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
BUG修复
This commit is contained in:
@@ -190,7 +190,7 @@ public class ServiceZookeeperApiMetaManager implements ApiMetaManager {
|
||||
if (servletPath == null) {
|
||||
servletPath = "";
|
||||
}
|
||||
StringUtils.trimLeadingCharacter(servletPath, '/');
|
||||
servletPath = StringUtils.trimLeadingCharacter(servletPath, '/');
|
||||
return contextPath + servletPath;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user