找不到ReactiveStreamCommands这个类,咱也不知道为啥。

网上找到一个贴子https://blog.csdn.net/Pa_Java/article/details/85630526 

redisson-spring-boot-starter版本换成3.9.1就可以了。
<dependency>
            <groupId>org.redisson</groupId>
            <artifactId>redisson-spring-boot-starter</artifactId>
            <version>3.9.1</version> 
</dependency>

特次记录,帮助有用的人。

我在网上找了一圈也没有找到。。。。。

相关文章:

  • 2021-11-17
  • 2022-03-06
  • 2022-01-07
  • 2021-11-17
  • 2022-01-11
  • 2022-01-11
  • 2022-12-23
  • 2021-09-18
猜你喜欢
  • 2021-10-28
  • 2021-06-10
  • 2022-01-01
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
相关资源
相似解决方案