From 305c2d4df745344194906d8eedcf68d591bd3e48 Mon Sep 17 00:00:00 2001 From: fanxb Date: Thu, 28 Feb 2019 13:58:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=80=BB=E8=A7=88=E5=8A=A0=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../0.springCloud微服务学习总览.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 java/springcloud实战/0.springCloud微服务学习总览.md diff --git a/java/springcloud实战/0.springCloud微服务学习总览.md b/java/springcloud实战/0.springCloud微服务学习总览.md new file mode 100644 index 0000000..26386e9 --- /dev/null +++ b/java/springcloud实战/0.springCloud微服务学习总览.md @@ -0,0 +1,32 @@ +--- +id: '2019-02-28-11-33' +date: '2019/02/28 11:33' +title: 'springCloud学习6(Spring Cloud Sleuth 分布式跟踪)' +tags: ['spring-boot', 'spring-cloud', 'spring微服务实战'] +categories: + - 'java' + - 'springCloud实战' +--- + +**本篇原创发布于:**[FleyX 的个人博客](http://tapme.top/blog/detail/2019-02-28-11-33) + +  写完最后一篇特意去看了看第一篇是什么时候写的———2018/11/19,到现在三个月多一点,总的来说这三个月通过《Spring 微服务实战》这本书,算是对微服务进行了一次扫盲学习。 + +![Spring 微服务实战](https://raw.githubusercontent.com/FleyX/files/master/blogImg/20190228114249.png) + +  共计产生了如下 6 篇学习笔记: + +- [springCloud 学习 1(集中式配置管理)](http://tapme.top/blog/detail/2018-11-19-15-57-00/) +- [springCloud 学习 2(服务发现)](http://tapme.top/blog/detail/2018-11-22-15-57/) +- [springCloud 学习 3(Netflix Hystrix 弹性客户端)](http://tapme.top/blog/detail/2018-11-28-15-57-00) +- [springCloud 学习 4(Zuul 服务路由)](http://tapme.top/blog/detail/2019-01-03-19-19) +- [springCloud 学习 5(Spring-Cloud-Stream 事件驱动)](http://tapme.top/blog/detail/2019-01-03-19-19) +- [springCloud 学习 6(Spring Cloud Sleuth 分布式跟踪)](http://tapme.top/blog/detail/2019-01-03-19-19) + +  总的来说这本书还是不错滴,虽然有些许错误(不确定是印刷错误还是排版),但是问题都不大。除了内容有点老:书中代码所有 spring boot 版本为`1.4.4`,spring cloud 版本为`Camden.SR5`。但是理念都是那些,新版本只有有更好的诠释方式,无需过分关注这个问题。 + +  spring cloud 的学习暂时告一段落。 + +_2019,Fighting!_ + +**本篇原创发布于:**[FleyX 的个人博客](http://tapme.top/blog/detail/2019-02-28-11-33)