SpringBoot(十一): Spring Boot集成Redis

  1、在 pom.xml 中配置相關的 jar 依賴; <!-- 加載 spring boot redis 包 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 2、在 
相關文章
相關標籤/搜索