Skip to content

Commit

Permalink
Update multi-registry.md (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
luninghao committed Mar 2, 2023
1 parent 21444ba commit 536aec3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Dubbo 支持同一服务向多注册中心同时注册,或者不同服务分
<dubbo:registry id="intlRegistry" address="10.20.154.177:9010" default="false" />
<!-- 引用中文站服务 -->
<dubbo:reference id="chinaHelloService" interface="com.alibaba.hello.api.HelloService" version="1.0.0" registry="chinaRegistry" />
<!-- 引用国际站站服务 -->
<!-- 引用国际站服务 -->
<dubbo:reference id="intlHelloService" interface="com.alibaba.hello.api.HelloService" version="1.0.0" registry="intlRegistry" />
</beans>
```
Expand All @@ -97,4 +97,4 @@ Dubbo 支持同一服务向多注册中心同时注册,或者不同服务分
</beans>
```

[^1]: 可以自行扩展注册中心,参见:[注册中心扩展](../../../reference-manual/spi/description/registry)
[^1]: 可以自行扩展注册中心,参见:[注册中心扩展](../../../reference-manual/spi/description/registry)

0 comments on commit 536aec3

Please sign in to comment.