2 Star 2 Fork 0

LeoSong121 / spring-cloud-dalston

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

spring-cloud-dalston

项目介绍

Spring Cloud --Dalston版本教程。

软件架构

软件架构说明

安装教程

  1. jdk1.8+
  2. maven 3.0+
  3. spring boot 1.5版本

使用说明

EUREKA-SERVER: 服务注册与发现(Eureka、Consul)
访问地址:http://localhost:2001/

EUREKA-CLIENT:服务提供方
访问地址:http://localhost:7001/dc

EUREKA-CONSUMER:服务消费者(基础)
访问地址:http://localhost:7101/consumer

EUREKA-CONSUMER-RIBBON:客户端负载均衡的工具
访问地址:http://localhost:7102/consumer

EUREKA-CONSUMER-FEIGN:一套基于Netflix Feign实现的声明式服务调用客户端。
访问地址:http://localhost:7103/consumer

config-server-git:分布式配置中心服务端.
Spring Cloud Config是Spring Cloud团队创建的一个全新项目,用来为分布式系统中的基础设施和微服务应用提供集中化的外部配置支持,它分为服务端与客户端两个部分。
访问地址:http://localhost:7201/config-client/dev/master

config-client:分布式配置中心客户端.
访问地址:http://localhost:7202/info,或者http://localhost:7202/hi

eureka-consumer-ribbon-hystrix:服务容错保护(Hystrix服务降级)
访问地址:http://localhost:7301/consumer

hystrix-dashboard: Hystrix监控面板
访问地址: http://localhost:7302/hystrix (Hystrix Dashboard: http://localhost:7301/hystrix.stream)

turbine Hystrix: 监控数据聚合--通过HTTP收集聚合
访问地址: http://localhost:7302/hystrix (Hystrix Dashboard: http://localhost:7305/turbine.stream)

turbine-amqp Hystrix: 监控数据聚合--通过消息代理收集聚合
访问地址: http://localhost:7302/hystrix (Hystrix Dashboard: http://localhost:7307/turbine.stream)

api-gateway: 服务网关(基础)
访问地址: http://localhost:7400/eureka-client/dc

swagger-api-gateway:服务网关(API文档汇总)
访问地址: http://localhost:7500/swagger-ui.html

stream-hello: Spring Cloud Stream是一个用来为微服务应用构建消息驱动能力的框架。+RabbitMQ
访问地址: http://localhost:7505/

trace-1,trace_2: sleuth分布式服务跟踪(入门)(整合logstash)(整合zipkin--HTTP收集,消息中间件收集)
http://localhost:7601/trace-1

zipkin-server: Zipkin是Twitter的一个开源项目,它基于Google Dapper实现。我们可以使用它来收集各个服务器上请求链路的跟踪数据,并通过它提供的REST API接口来辅助我们查询跟踪数据以实现对分布式系统的监控程序,从而及时地发现系统中出现的延迟升高问题并找出系统性能瓶颈的根源。
http://localhost:9411/zipkin/

config-client: 消息总线(Spring Cloud Bus)。
http://localhost:7202/bus/refresh--刷新配置。http://localhost:7202/hi--访问结果 另外,/bus/refresh接口可以指定服务,即使用”destination”参数,比如 “/bus/refresh?destination=customers:**” 即刷新服务名为customers的所有服务,不管ip。

参与贡献

  1. 主要参考链接:http://blog.didispace.com/Spring-Cloud基础教程/
  2. 楼主博客:https://blog.csdn.net/qq_26878363

码云特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. 码云官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解码云上的优秀开源项目
  4. GVP 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
  5. 码云官方提供的使用手册 http://git.mydoc.io/
  6. 码云封面人物是一档用来展示码云会员风采的栏目 https://gitee.com/gitee-stars/

空文件

简介

Spring Cloud --Dalston版本教程。 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/LeoSong121/spring-cloud-dalston.git
git@gitee.com:LeoSong121/spring-cloud-dalston.git
LeoSong121
spring-cloud-dalston
spring-cloud-dalston
master

搜索帮助