- 博客(2)
- 收藏
- 关注
原创 redis工具类
工具类代码复制即用 import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.RedisTemplate; import org.springframework.stereotype.Component; import org.springframework.util.CollectionUtils; import java.util.List; imp
2020-07-21 15:51:49
162
原创 自定义了一个RedisTemplate
RedisTemplate 序列化代码 // An highlighted block // 自己定义了一个RedisTemplate @Bean @SuppressWarnings("all") public RedisTemplate<String, Object> redisTemplate(RedisConnectionFactory redisConnectionFactory) throws UnknownHostExceptio
2020-07-21 15:43:39
445
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅