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建项目

最新文章

  1. day8
  2. Python复习之下划线的含义
  3. 关于RPC与MQ异同的理解
  4. JS操作文件
  5. Jquery ajax 绑定multiselect多选下拉选项,同时异步执行返回值
  6. (转)MongoDB分片实战 集群搭建
  7. C++中求两个正整数的最大公约数和最小公倍数
  8. MFC软件工程架构模型-模式窗口-非模式窗口
  9. 【转】window.scroll 浏览器滚动条的参数总结
  10. OpenGL 实现Interpolation插值算法
  11. ecshop 去版权
  12. (16)IO流之输入字节流FileInputStream和输出字节流FielOutputStream
  13. jQuery选择器的优点
  14. django 的时区设置
  15. 自行实现 dotnet core rpc
  16. 用JS来判断版本号比如v21.2.2.2和v21.2.2.2.15
  17. Spring消息中间件ActiveMQ
  18. Spring Boot 2.0 返回JSP页面实战
  19. sqlserver 目录名称无效解决办法
  20. Architecture of a Java Compiler

热门文章

  1. 【LEETCODE】58、数组分类,适中级别,题目:238、78、287
  2. 3.03定义常量之enum
  3. quartz2.3.0(六)job任务异常处理方式
  4. 深入浅出CAS
  5. 二分法在JavaScript中的应用实例
  6. C# vb .net实现亮度调整特效滤镜效果
  7. SVN的branches、trunk、tags使用
  8. dubbo源码阅读之自适应扩展
  9. 0.UML图入门——学习《大话设计模式》笔记
  10. HTML5的常用的标签