cassandra连接报错:tried:localhost 127 0 0 1:9042

 

 

 

去除这个依赖即可,也有可能是版本高了。

<dependency> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-cassandra</artifactId>
</dependency>

 

 

 

相关文章:

  • 2021-08-04
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2021-08-18
  • 2021-09-21
猜你喜欢
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-08-24
  • 2022-12-23
相关资源
相似解决方案