云苍穹常规服务组件部署:

云苍穹常规服务组件部署:

提供者跑不起来

1 bean设置不对

2.在dubbo消费方获取接口的时候,报了

org/i0itec/zkclient/exception/zknonodeexception

这个错误,

解决方案是:在pom.xml中添加依赖

<groupId>com.github.sgroschupf</groupId>

<artifactId>zkclient</artifactId>

<version>0.1</version>

消费者注册不上,No provider available for the service common.service.DemoService2 from the url zookeepe 提供者注册zk有问题