Springboot整合Redis

Springboot中添加Redis使用 兩個步驟:1.添加pom依賴,2.添加配置文件java <!--redis--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> <!--redis鏈接
相關文章
相關標籤/搜索