一、服务注册
<dubbo:service/>
abstractapplicationcontext.refresh --> finishrefresh() --> applicationEvent.onApplicationEvent-->DubboBootstrapApplicationListener.onApplicationEvent()
二、调用实现流程
dubbo——RPC的实现
原文:https://www.cnblogs.com/wqff-biubiu/p/12490393.html