2021
11-17
11-17
Java实现RedisUtils操作五大集合(增删改查)
前排提示,我在这个工具类加了@Component注解,如果在springboot的项目使用,记得通过@Autowired注入使用。importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.data.redis.core.*;importorg.springframework.stereotype.Component;importjava.io.Serializable;importjava.util.List;importjava.util.Set;@ComponentpublicclassRedisUtils{@AutowiredprivateRedisTem...
继续阅读 >