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