摘要: 一、Sentinel 下载与运行 本文使用 Sentinel 1.7.1:https://github.com/alibaba/Sentinel/releases 使用自定义端口 8089 运行 Sentinel: java -Dserver.port=8089 -Dcsp.sentinel.das 阅读全文
posted @ 2020-03-30 16:42 VictorBu 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 一、新建项目 新建项目,只放置接口,用于暴露 Dubbo 服务接口 public interface GreetingService { String greeting(); } 二、provider 本文以上文中的 Service1 作为 provider,以 Service2 作为 consum 阅读全文
posted @ 2020-03-30 11:08 VictorBu 阅读(4768) 评论(0) 推荐(0) 编辑