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. Mybatis @Result注解的使用案例

    @Result注解的使用

  2. CF449E Jzzhu and Squares

    题目大意:有一个$n\times m$的方格图,求其中所有的格点正方形完整包含的小方格个数,多组询问.$n,m\leqslant 10^6$ 题解:令$n\leqslant m$.有一个显然的式子:$ ...

  3. NEST search查询

    /// <summary> /// GET /megacorp/employee/_search /// </summary> /// <returns></ ...

  4. 二叉排序树详解——PHP代码实现

    二叉排序树(Binary Sort Tree),又称二叉查找树(Binary Search Tree),亦称二叉搜索树. 一.定义 二叉排序树或者是一棵空树,或者是具有下列性质的二叉树: 若左子树不空 ...

  5. sql强大的行转列功能(内置函数pivot及注意事项)

    语法: PIVOT用于将列值旋转为列名(即行转列),在SQL Server 2000可以用聚合函数配合CASE语句实现 PIVOT的一般语法是:PIVOT(聚合函数(列) FOR 列 in (…) ) ...

  6. Spring Cloud原理详解

    概述 毫无疑问,Spring Cloud是目前微服务架构领域的翘楚,无数的书籍博客都在讲解这个技术.不过大多数讲解还停留在对Spring Cloud功能使用的层面,其底层的很多原理,很多人可能并不知晓 ...

  7. @PropertySources和@ImportReSources注解

    修改默认加载的配置文件,加载指定的配置文件. @PropertySources 格式:@PropertySources(value={"classpath:xxx.xxx"}) @ ...

  8. 限制mongoDB内存的方法

    docker运行MongoDB,针对于docker容器来进行内存资源的限制 修改MongoDB的运行配置文件,并且重启mongodb storage: dbPath: /var/lib/mongodb ...

  9. git 分支查看与切换

    git 分支查看与切换 # 1.查看所有分支 > git branch -a # 2.查看当前使用分支(结果列表中前面标*号的表示当前使用分支) > git branch # 3.切换分支 ...

  10. MyBatis 多表连接查询

    多表连接的两种方式(数据库逻辑模型): 1.一对一关系 2.一对多关系 一.通过 resultMap 和 association 实现一对一关系 在 mapper.xml 文件里面的代码: <r ...