Skip to content

liushaojun/easy-cloud

Repository files navigation

easy-cloud

Build Status Easy Cloud

Easy Cloud 基于 Spring Cloud Finchley ,Spring Boot 2.x 搭建的简单微服务示例。

源码地址

github 码云

简单示例

基础组件

服务组件 端口
Eureka Server 8761
Config Server 8888
Spring Boot Admin 9000
Hystrix Dashboard 9001
Turbine Stream 8099
Zipkin Server 9411
api-gateway zuul 8080

业务服务

服务组件 端口
User Service 8081
Product Service 8090
Consumer Service 8001
Edge Service 8070

部署

docker-compose

  1. mvn clean install -DskipTests
  2. docker-compose up -d

参考

Releases

No releases published

Packages

No packages published

Languages