Dubbo使用nacos报错Failed to check the status of the service com.yyds.ccgateway.DemoService

provider的目录

 启动类

 

使用Dubbo2.7以上的版本就要加@EnableDubbo这个注解。不然注册不了,

下面这个注解时扫包的,如果你的包是和启动类同级,就不用加

nacos

 

 

consumer

依赖

        <dependency>
            <groupId>com.alibaba.nacos</groupId>
            <artifactId>nacos-client</artifactId>
            <version>2.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.dubbo</groupId>
            <artifactId>dubbo</artifactId>
            <version>3.0.9</version>
        </dependency>

application.yml

dubbo:
  application:
    name: dubbo-springboot-demo-provider
  registry:
    address: nacos://localhost:8848

provider能正常注册,但是consumer报错无法找到服务Failed to check the status of the service com.yyds.ccgateway.DemoService

这个是因为consumer中的DemoService的位置问题,DemoService要放在

这个位置,要和注册中心中的一致

修改后的 consumer

在启动就成功了 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值