3.2 创建会员中心微服务模块 -service provider

文章目录

    • 3.2 创建会员中心微服务模块 -service provider
      • 3.2.1 需求说明/图解
      • 3.2.2 思路分析/图解
      • 3.2.3 实现步骤
        • 3.2.3.1 创建 Moduel & 完成配置
          • 3.2.3.1.1 创建 member-service-provider-10000 微服务模块[提供会员服务]
          • 3.2.3.1.2 修改 member-service-provider-10000 的 pom.xml ,加入相关依赖
          • 3.2.3.1.3 创建 resources/application.yml
          • 3.2.3.1.4 创建主启动类 MemberApplication
        • 3.2.3.2 创建数据库/表
        • 3.2.3.3 业务实现
          • 3.2.3.3.1 entity

你可能感兴趣的:(SpringCloud,微服务,java,spring,boot)