天天看点

SpringCloud之搭建Rest微服务(三)

1、项目结构简单介绍

  • microservicecloud-api子项目存放公共entity实体
  • microservicecloud-provider-dept-8001子项目为服务的提供者
  • microservicecloud-consumer-dept-80子项目为消费provider提供的服务
    SpringCloud之搭建Rest微服务(三)

2、源码地址,内附详细注释(新手也可以看懂)

Git源码: https://github.com/chenhang666/SpringCloud

继续阅读