spring microservices:使用Spring Cloud的微服务架构示例 源码
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已经使
文件列表
spring-microservices-master.zip
(预估有个43文件)
spring-microservices-master
api-gateway
src
test
java
.gitkeep
0B
main
resources
banner.txt
987B
application.yml
711B
暂无评论