
dubbo
bpqdwo
这个作者很懒,什么都没留下…
展开
-
springcloud alibaba的dubbo服务注册在windows下的地址是自己本机内网的,不是局域网,其他机器无法访问问题
dubbo的服务提供者向nacos里注册的地址"dubbo://192.168.56.1:20880/com.alibaba.cloud.dubbo.service.DubboMetadataService?这样的自己本机的地址,而我的局域网ip是192.168.110.85这个ip,这样会导致consumer无法消费到这个服务,调不通192.168.56.1这个地址这个怎么办呢?这样需要改自己网卡配置打开网路连接,然后选择你连接的wlan,然后右键属性这样,把接口跃点数改为1,最高,原创 2021-12-14 17:17:22 · 2205 阅读 · 0 评论 -
整合dubbo工程xml文件报错
报如下错误,提示找不到xsd文件Multiple annotations found at this line: - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_refe...原创 2018-02-13 13:34:16 · 253 阅读 · 0 评论 -
springboot整合dubbo加上事务注解启动报错的问题
springboot整合dubbo加上事务注解启动报错的问题如果使用以下方式 在其实现类中加入了事务注解@Reference(version = "1.0.0", timeout = 30000) private ShopService shopService;@Service(version = "1.0.0")public class OrderFoodServic...原创 2018-05-06 19:04:13 · 1588 阅读 · 0 评论