在dubbo消费方获取接口的时候,报了
这个错误,
解决方案是:在pom.xml中添加依赖
<dependency>
<groupId>com.github.sgroschupf</groupId>
<artifactId>zkclient</artifactId>
<version>0.1</version>
</dependency>