
dubbo
文章平均质量分 54
镜水灵动
读万卷书、行万里路、阅人无数、高人指路、贵人相助和自己去悟。
展开
-
springboot整合dubbo整合seata实现分布式事务
一、seata简介 seata官网: https://github.com/seata/seata 二、seata整合dubbo 2.1 seata整合nacos file.conf 修改为db registry.conf 修改为 nacos sh ${SEATAPATH}/script/config-center/nacos/nacos-config.sh -h localhost -p 8848 -g SEATA_GROUP -t 5a3c7d6c-f497-4d68-a71a-2e5原创 2020-08-15 12:21:04 · 1205 阅读 · 1 评论 -
dubbo如何升级到最新版2.6.1
1.maven:<dubbo.version>2.6.1</dubbo.version> <zookeeper.version>3.4.10</zookeeper.version> <zkclient.version>0.1</zkclient.version> <javassist.version&g原创 2018-04-25 00:08:27 · 4823 阅读 · 0 评论 -
dubbo开发篇-启动检测,集群容错,配置直连
(1)在开发及测试环境下,可以绕过注册中心,只测试指定服务提供者,点对点直连。 <dubbo:reference interface="IService" id="service" timeout="10000" check="false" url="dubbo://localhost:20884" />(2)check表示是否启动检测。若true那么启动的时候回去注册中心原创 2018-05-03 20:20:22 · 294 阅读 · 0 评论