Commit bcdd93ed authored by 赵啸非's avatar 赵啸非

添加权限菜单功能

parent bf01b4be
......@@ -57,7 +57,7 @@ public class ControllerScanUtil {
result = (String) substringMethod.invoke(cls.getDeclaredConstructor().newInstance());
}
} catch (Exception e) {
log.error("反射获取controller类异常", e);
log.error("反射获取controller类异常", e.getMessage());
}
//获取基础路径
RequestMapping requestMappingCls = cls.getAnnotation(RequestMapping.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment