美文网首页
3.搭建dubbo消费者工程

3.搭建dubbo消费者工程

作者: 可惜我是水瓶座_5afd | 来源:发表于2018-10-20 15:08 被阅读0次

    1.创建maven项目,jar包:“user-service-provider”--服务提供者

    项目结构

    2.创建maven项目,jar包:"order-service-customer"--服务消费者

    项目结构

    3.创建maven项目,jar包:"gmall-interface"--共用接口包;

        3.1将user和order中的公用接口,公用bean,复制到gmall-interface中。

        3.2 删除user和order中原有的接口和bean,在pom.xml文件中导入gmall-interface包

    项目结构 导包

    相关文章

      网友评论

          本文标题:3.搭建dubbo消费者工程

          本文链接:https://www.haomeiwen.com/subject/fgqyzftx.html