1. 程式人生 > >java.lang.ClassNotFoundException: org.I0Itec.zkclient.IZkStateListener異常解決

java.lang.ClassNotFoundException: org.I0Itec.zkclient.IZkStateListener異常解決

在啟動Dubbo專案時,出現該異常

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

 

解決,引入

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