Springboot整合Redis

Springboot中添加Redis使用 两个步骤:1.添加pom依赖,2.添加配置文件java <!--redis--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> <!--redis链接
相关文章
相关标签/搜索