摘要: @Configuration public class RedisConfig { @Bean public RedisTemplate<String, Object> redisTemplate(RedisConnectionFactory factory) { //为了开发方便,一般直接使用<S 阅读全文
posted @ 2021-09-14 10:22 SEVEN_CCODE 阅读(64) 评论(0) 推荐(0)
摘要: 1.导入依赖 <!--redis--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <version>2.5.4</v 阅读全文
posted @ 2021-09-14 10:13 SEVEN_CCODE 阅读(19) 评论(0) 推荐(0)