springboot集成redis(用jedis链接池)

pom.xml中添加(默认是用lettuce,想用jedis须要排除掉lettuce):html <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <exclusions> <exclusion> <grou
相关文章
相关标签/搜索