java.lang.ClassNotFoundException: org.I0Itec.zkclient.IZkStateListener异常解决

在启动Dubbo项目时,出现该异常java

java.lang.ClassNotFoundException: org.I0Itec.zkclient.IZkStateListenergit

 

解决,引入github

<dependency>
      <groupId>com.github.sgroschupf</groupId>
      <artifactId>zkclient</artifactId>
      <version>0.1</version>
</dependency>
相关文章
相关标签/搜索