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. 设置session销毁时间

    currentUser.getSession().setTimeout();

  2. CF778D Parquet Re-laying 构造

    传送门 如果\(2 \not\mid M\),就把两个图折一下,把\(N\ M\)互换,这样就可以保证\(2 \mid M\). 因为操作可逆,所以我们可以选择一个中间状态,把起始和终点状态都变成这个 ...

  3. C# 值类型和引用类型等值判断

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T ...

  4. 基于工作组消息队列高可用&msmq-wcf故障

    场景: msmq 1# server故障手工切换到2# server,msmq-wcf service宿主服务重启后,无法成功读取消息,状似service不工作.无法监听到数据传输. 解决过程: 反复 ...

  5. Python 3 MySQL数据库操作

    import pymysql class Mysql_db(): def __init__(self,ip,username,password,db_name,table_name): self.ip ...

  6. 用不上索引的sql

    1.使用不等于操作符(<>, !=) 大于可以.小于可以,between and 也可以 2.使用 is null 或 is not null 任何包含null值的列都将不会被包含在索引中 ...

  7. Cookie 和 Session 总结

    Cookie 和 Session 区别 cookie数据存放在客户的浏览器上,session数据放在服务器上 cookie不是很安全,别人可以分析存放在本地的cookie并进行cookie欺骗,考虑* ...

  8. 关于阿里 iconfont 的使用步骤

    第一步: 在iconfont库中,找到你想要的图标,加入到购物车,再在购物车中将图标加入到你的项目中去    第二步: 在项目中,可以看到刚刚加入的图标,这里是你在项目中所有用到的iconfont,选 ...

  9. git stash 缓存本地修改 简介

    当我们在使用git的时候,又是会有这种情况:当新的需求了的时候.我们需要为此需求新建一个分支,再次分支上进行修改,当经过测试,提交代码时,在将其合并到主分支,或生产分支上. 但是有时候也有失误的时候, ...

  10. Struts框架笔记03_OGNL表达式与值栈

    目录 1. OGNL 1.1 OGNL概述 1.1 什么是OGNL 1.1.2 OGNL的优势 1.1.2 OGNL使用的要素 1.2 OGNL的Java环境入门[了解] 1.2.1 访问对象的方法 ...