文件名称:spring-cloud-example:基于spring cloud的分布式系统架构案例。提供整套的微服务组件,包括服务发现、服务治理、链路追踪、服务监控等。所有服务均支持在docker中运行
文件大小:965KB
文件格式:ZIP
更新时间:2024-06-05 07:42:23
Java
项目介绍 基于spring cloud的分布式系统架构。提供整套的微服务组件,包括服务发现、服务治理、链路追踪、服务监控等。所有服务均支持在docker中运行。 组织结构 mghio ├── mghio-eureka-server -- 服务发现 ├── mghio-config-server -- 分布式配置中心 ├── mghio-config-repo -- 配置文件 ├── mghio-admin-server -- 服务监控 ├── mghio-gateway-server -- zuul网关 ├── mghio-hystrix-dashboard-server -- hystrix仪表盘 ├── mghio-turbine-server -- hystrix仪表盘聚合服务 ├── mghio-zipkin-server -- 链路监控 ├── mghio-pay-api -