解决办法就是添加zkclient的jar,maven工程的话增加如下引用:

<dependency>
    <groupId>com.github.sgroschupf</groupId>
    <artifactId>zkclient</artifactId>
    <version>0.1</version>
</dependency>

相关文章:

  • 2021-05-11
  • 2022-12-23
  • 2021-12-22
  • 2021-10-07
  • 2022-12-23
  • 2021-05-17
  • 2021-11-15
  • 2021-08-23
猜你喜欢
  • 2021-11-20
  • 2021-08-28
  • 2022-12-23
  • 2021-09-06
  • 2021-10-18
  • 2022-12-23
相关资源
相似解决方案