Spring Cloud 组件完整 demo

栏目: Java · 发布时间: 9年前

内容简介:Spring Cloud 组件完整 demo
工程名 描述 端口 eureka-server 服务发现与注册中心 7070 ribbon 负载均衡器 7071 config-server 配置管理中心 7072 zuul 动态路由器 7073 service-A A服务,用来测试服务间调用与路由 7074 service-B B服务,整合Mybatis、PageHelper、Redis,整合接口限速方案,可选google Guava RateLimiter与自实现 7075 service-B2 B2服务,与B服务serviceId相同,用来测试负载均衡和容错 7076 hystrix-ribbon 负载均衡器的容错测试 7077 feign 声明式、模板化的HTTP客户端,可用来做负载均衡,较轻量 7078 hystrix-feign feign的容错测试 7079 hystrix-dashboard hystrix可视化监控台 7080 turbine 集群下hystrix可视化监控台 7081 service-admin spring boot admin监控台 7088

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Pro Git

Pro Git

Scott Chacon / Apress / 2009-8-27 / USD 34.99

Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops a......一起来看看 《Pro Git》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具