SpringCloud分布式系统的演进.
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
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
本文来自博客园,作者:ukyo--夜王,转载请注明原文链接:https://www.cnblogs.com/ukzq/p/11124786.html