- 引入Redis的starter
- 进入spring官网进行查看Redis的对应版本https://docs.spring.io/spring-boot/docs/2.0.4.RELEASE/reference/htmlsingle/#using-boot-starter
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>配置Redis
spring.redis.host:192.168.1.1
地址是安装Redis的服务器地址
springboot整合Redis
最新推荐文章于 2023-07-16 15:02:07 发布