Spring微服务 使用Spring Cloud的微服务架构示例 总览 该体系结构由四个服务组成: discovery-service :用Eureka创建的服务发现服务器 api-gateway :由Zuul创建的API网关,使用discovery-service将请求发送到服务。 它使用功能区作为负载均衡器 article-service :使用Spring Boot创建的简单REST服务作为示例 author-service :使用Spring Boot创建的简单REST服务作为示例 服务: api-gateway , article-service和author-service已经使