Spring Boot 整合Redis (一) spring-boot-starter-data-redis

使用lettuce链接池 1.maven依赖  <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> <!-- redis依赖commons-pool 这个依赖必定要添加 --> <d
相关文章
相关标签/搜索