springboot整合dubbo

顺便贴上dubbo的整合:https://blog.csdn.net/belonghuang157405/article/details/84070689

 

api:接口模块,只做接口编写。interface

provider:生产者模块,用于实现api模块的接口实现类。impl

conumer:消费者模块,用户获取生产者的服务。controller

优点:可以分开部署,多台部署即可。

posted @ 2020-04-28 11:28  土木转行的人才  阅读(121)  评论(0编辑  收藏  举报