摘要:
由上一节可知带上dubbo@Service注解的对象,在注册成为bean之后会进一步注册一个ServiceBean,服务暴露便是在这里 public void afterPropertiesSet() throws Exception { if (getProvider() == null) { M 阅读全文
posted @ 2019-10-05 17:30
l2c
阅读(258)
评论(0)
推荐(0)
摘要:
开始之前建议先去了解spring的BeanDefinition可以参考下这里:https://www.jianshu.com/p/56e42e82e9a0 当用户使用注解@DubboComponentScan时,会激活DubboCompentScanRegistrar,同时生成ServiceAnno 阅读全文
posted @ 2019-10-05 11:27
l2c
阅读(248)
评论(0)
推荐(0)