mirror of
https://github.com/youthlql/JavaYouth.git
synced 2026-04-18 17:03:40 +00:00
小更新,可忽略
This commit is contained in:
@@ -13,10 +13,16 @@ abbrlink: bda15919
|
||||
date: 2021-11-08 14:11:58
|
||||
---
|
||||
|
||||
|
||||
|
||||
## 第六节: Dubbo服务引入源码解析
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### 笔记更新地址:
|
||||
|
||||
[https://www.yuque.com/books/share/f2394ae6-381b-4f44-819e-c231b39c1497](https://www.yuque.com/books/share/f2394ae6-381b-4f44-819e-c231b39c1497?#)(密码:kyys) 《Dubbo笔记》
|
||||
|
||||
### 过程
|
||||
|
||||
|
||||
@@ -1360,6 +1366,8 @@ DubboProtocol中并没有refer方法,是在它的父类AbstractProtocol中才
|
||||
|
||||
### 最复杂情况下的Invoker链
|
||||
|
||||
> 这点看不懂可以跳过
|
||||
|
||||
```java
|
||||
@Reference(url = "dubbo://192.168.40.17:20881/org.apache.dubbo.demo.DemoService;registry://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?registry=zookeeper")
|
||||
private DemoService demoService;
|
||||
|
||||
Reference in New Issue
Block a user