NutzCN Logo
问答 @At注解 的动态问题
发布于 2095天前 作者 tanoak10 2368 次浏览 复制 上一个帖子 下一个帖子
标签: nutzwk
@At("")
    @Ok("beetl:/platform/wf/deploy/index.html")
    @RequiresPermissions("wf.cfg.deploy")
    public void index(HttpServletRequest req) {
        req.setAttribute("list", wfCategoryService.query(Cnd.orderBy().asc("location")));
    }

    @At
    @Ok("json:full")
    @RequiresPermissions("wf.cfg.deploy")

这两个at注解是怎么进行匹配的

1 回复
添加回复
请先登陆
回到顶部