day1

https://github.com/deadzq/product-service 单体服务

https://github.com/deadzq/eurekaserver1 注册中心Eureka

day2

https://github.com/deadzq/springcloudzq  注册数据微服务

day3

https://github.com/deadzq/springcloud-ribbon 客户端负载均衡Ribbon

day4

https://github.com/deadzq/springcloud-feign Ribbon的封装Feign,客户端负载均衡

day5

https://github.com/deadzq/zipkinzq  zipkin服务链路追踪服务器对服务进行可视化识别

day6

https://github.com/deadzq/springcloud-config-server  config-server

https://github.com/deadzq/springcloud-config-server-test  config-server的配置文件 (public)

https://github.com/deadzq/springcloud-feign-config-server  config-server配置客户端使用 (现已链接私有仓库的配置文件)

https://github.com/deadzq/config-server-properties  config-server配置..外部文件 (private)

day7

https://github.com/deadzq/rabbitmq-fanout1  RabbitMQ fanout路由模式 (fanout 模式就是广播模式~ 消息来了,会发给所有的队列~)
https://github.com/deadzq/rabbitmq-direct1   RabbitMQ direct路由模式 (Direct 模式就是指定队列模式, 消息来了,只发给指定的 Queue, 其他Queue 都收不到.)

https://github.com/deadzq/rabbitmq-topic1    RabbitMQ topic路由模式 (topic 模式就是主题模式, 消息来了,根据给定的表达式传给不同表达式名称接受者的队列!)

day8

https://github.com/deadzq/springcloudbus  Bus消息总线+RabbitMQ 即时更新config-server

day9

day10
https://github.com/deadzq/springcloudzq-hystrixdashboard  hystrix-dashboard断路器监控器
day11
https://github.com/deadzq/springcloud-turbine  turbine断路器聚合监控

https://github.com/deadzq/springcloudzq-zuul  zuul网关

qstz系列:

day12

https://github.com/deadzq/tz-index-codes  单独的数据获取(redis)

day13

https://github.com/deadzq/tz-test-1

https://github.com/deadzq/tz-test-api-1

https://github.com/deadzq/tz-test-api-view-1

https://github.com/deadzq/tz-test-api-view-2

https://github.com/deadzq/tz-test-index-data-1

https://github.com/deadzq/tz-test-base-index-1

https://github.com/deadzq/tz-test-change-index-2

https://github.com/deadzq/tz-test-index-date-1

https://github.com/deadzq/tz-test-index-compare-1

https://github.com/deadzq/tz-test-deal-1

https://github.com/deadzq/tz-test-profit-1

https://github.com/deadzq/tz-test-trading-1

https://github.com/deadzq/tz-test-profit-pic-1

https://github.com/deadzq/tz-test-profit-tbl-1

https://github.com/deadzq/tz-test-ma-1

https://github.com/deadzq/tz-test-buy-sell-1

https://github.com/deadzq/tz-test-fee-1

https://github.com/deadzq/tz-test-fee-2

分modules建项目

SpringCloud分布式系统的演进.的更多相关文章

  1. SpringCloud(1) 架构演进和基础知识简介

    一.传统架构演进到分布式架构 简介:讲解单机应用和分布式应用架构演进基础知识 (画图) 高可用 LVS+keepalive 1.单体应用:开发速度慢.启动时间长.依赖庞大.等等 2.微服务:易开发.理 ...

  2. 如何在springcloud分布式系统中实现分布式锁?

    一.简介 一般来说,对数据进行加锁时,程序先通过acquire获取锁来对数据进行排他访问,然后对数据进行一些列的操作,最后需要释放锁.Redis 本身用 watch命令进行了加锁,这个锁是乐观锁.使用 ...

  3. 史上最简单的 SpringCloud 教程 | 终章

    https://blog.csdn.net/forezp/article/details/70148833转载请标明出处:http://blog.csdn.net/forezp/article/det ...

  4. SpringCloud 教程 | 终章

    错过了这一篇,你可能再也学不会 Spring Cloud 了!Spring Boot做为下一代 web 框架,Spring Cloud 作为最新最火的微服务的翘楚,你还有什么理由拒绝.赶快上船吧,老船 ...

  5. 新作!分布式系统韧性架构压舱石OpenChaos

    摘要:本文首先以现今分布式系统的复杂性和稳定性的需求引出混沌工程概念,并阐述了OpenChaos在传统混沌工程上的优化与创新. 背景 随着Serverless,微服务(含服务网格)与越来越多的容器化架 ...

  6. web技术人员-推荐书籍

    学习是技术人员成长的基础,本次分享20本技术方面的书籍,这些书不是每一本都是经典,但是每一本都有其特点.以下20本大部分本人都看过,因此推荐给大家.(本次推荐的20本只是一个参考,比如像Head Fi ...

  7. 分布式锁之三:Redlock实现分布式锁

    之前写过一篇文章<如何在springcloud分布式系统中实现分布式锁?>,由于自己仅仅是阅读了相关的书籍,和查阅了相关的资料,就认为那样的是可行的.那篇文章实现的大概思路是用setNx命 ...

  8. 如何用Redlock实现分布式锁

    转载请标明出处: http://blog.csdn.net/forezp/article/details/70305336 本文出自方志朋的博客 之前写过一篇文章<如何在springcloud分 ...

  9. SpringCloudLearning

    http://blog.didispace.com/Spring-Boot%E5%9F%BA%E7%A1%80%E6%95%99%E7%A8%8B/ https://github.com/forezp ...

随机推荐

  1. docker(四):集群swarm

    docker使用入门(四):集群swarm swarm是一组位于同一集群且运行docker的机器,用户可以通过swarm manager向swarm输入命令,swarm中的机器可以是虚拟机也可以是物理 ...

  2. L2R 三:常用工具包介绍之 XGBoost与LightGBM

    L2R最常用的包就是XGBoost 和LightGBM,xgboost因为其性能及快速处理能力,在机器学习比赛中成为常用的开源工具包, 2016年微软开源了旗下的lightgbm(插句题外话:微软的人 ...

  3. 使用PHP开发HR系统(2)

    本节讲述如何创建基于CI框架的PHP程序. ============================================================================== ...

  4. OpenWrt 中查看 Flash RAM CPU 信息

    OpenWrt 中查看 Flash RAM CPU 信息 来源  https://blog.csdn.net/mcusun2000/article/details/51130434 硬件: QCA95 ...

  5. input file 无法打开手机端文件选择器

    版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/m0_37805167/article/details/78538044手机端对input file的 ...

  6. 【转载】C#中使用Average方法对List集合中相应元素求平均值

    在C#的List集合操作中,有时候需要对List集合元素进行汇总求平均值,如数值类型的List集合元素,有时候对象类型的List集合也需要对集合中的元素的某个对象进行汇总求平均值,此时都可以使用到Av ...

  7. 微信小程序组件通信入门及组件生命周期函数

    组件生命周期函数链接地址:https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/lifetimes.h ...

  8. Jmeter学习笔记(七)——监听器元件之察看结果树

    在jmeter中,如果我们需要查看请求结果就需要添加查看结果树,这个监听器元件有那些功能呢? 一.察看结果树界面如下 二.察看结果树界面功能说明 1.所有数据写入文件 (1)文件名:可以通过浏览,选择 ...

  9. MySQL Hardware--FIO压测

    FIO参数 .txt 支持文件系统或者裸设备,-filename=/dev/sda2或-filename=/dev/sdb direct= 测试过程绕过机器自带的buffer,使测试结果更真实 rw= ...

  10. Linux执行rm命令提示Argument list too long解决办法

    在Linux上删除文件时,执行命令报错,报错信息如下:node1:/u01/app/oracle/admin/testdb/adump>rm -f *.aud-bash:/bin/rm:Argu ...