要在filter中使用redis 要怎么设计
4 回复
if ( pool == null)
pool = ac.getIoc().get(JedisPool.class);
try(Jedis jedis = pool.getResource()) {
jedis.xxxxxx;
}
@wendal
不可以@Inject pool吗 我试了下为 null
添加回复
请先登陆