错误日志
Injection of @DubboReference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.oy.www.consumer.service.DemoService. No provider available for the service
造成服务启动不了的原因可能有:
1.@DubboService 注解要加入vrsion版本号
2.缺少jar包
3.生产者&消费者服务结构目录一致
4.生产者的Dubbo port端口号问题