NutzCN Logo
问答 nutzboot jedis()不识别,是少引jar?
发布于 2224天前 作者 shine 1353 次浏览 复制 上一个帖子 下一个帖子
标签:
@At
	@Ok("json:full")
	@Aop("redis")
	public Record setrank(HttpServletRequest req){
		Record r = new Record();
		try {
			return jedis().info();
		} catch (Exception e) {
			 r.put("code",500);
			 r.put("msg",e.getMessage());
			 return r;
		}
		return r;
	}
1 回复

没import static吧

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