解决办法:

 

pom文件的redis依赖改成

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<version>1.3.8.RELEASE</version>
</dependency>

 

相关文章:

  • 2021-08-02
  • 2021-12-05
  • 2021-06-06
  • 2021-12-09
  • 2021-04-02
  • 2022-12-23
  • 2021-05-08
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-07
  • 2022-12-23
  • 2021-07-21
  • 2022-01-03
  • 2021-04-06
相关资源
相似解决方案