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
相關文章
相關標籤/搜索