Spring Cloud系列教程(二) - 服务消费者Rest+Ribbon(Finchley版本)
一、注册服务提供者根据上节讲述的服务注册之Eureka注册中心,这节讲述搭建SpringCloud注册服务提供者provider和服务消费者consumer1.1、先新建一个Maven项目,会员提供者1.2、 引入依赖 <parent> <groupId>org.springframework.boot</groupId>...