赞
踩
在整合springboot整合redis过程中,已完成的前序工作有:
pom
依赖 <!-- 引入redis依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
2.完成测试controller
的编写
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。