Skip to content

update fork #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 36 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
3767a62
Update README.md
forezp Mar 21, 2018
2e869f5
SC F版本
forezp Jul 14, 2018
964a5c6
SC F版本
forezp Jul 14, 2018
f6955d8
Update README.md
forezp Oct 1, 2018
3d499cd
Update README.md
forezp Oct 24, 2018
8e48883
sc-f-gateway-first-sight
forezp Oct 31, 2018
1ba57bb
gateway
forezp Nov 2, 2018
caee307
gateway
forezp Nov 8, 2018
78be5f0
read me
forezp Nov 8, 2018
5156a50
Update README.md
forezp Nov 8, 2018
25123f8
Update README.md
forezp Nov 8, 2018
b3d4e28
gateway filter
forezp Nov 16, 2018
1e99de2
Merge branch 'master' of github.com:forezp/SpringCloudLearning
forezp Nov 16, 2018
0f1ba1e
gateway cloud
forezp Nov 16, 2018
0b0d6f4
gateway cloud
forezp Nov 19, 2018
863339f
gateway cloud
forezp Nov 20, 2018
4c6c436
gateway limit
forezp Dec 6, 2018
0c24e64
Update README.md
forezp Dec 9, 2018
670dc64
Update README.md
forezp Dec 9, 2018
fa5f5b2
Update README.md
forezp Dec 9, 2018
5ee4b4e
Update README.md
forezp Dec 22, 2018
0297999
admin
forezp Dec 24, 2018
11c6d97
Update README.md
forezp Jan 2, 2019
a35c141
Update README.md
forezp Jan 2, 2019
b28f054
sc admin
forezp Jan 3, 2019
8fdbdc7
config-jdbc
forezp Feb 20, 2019
fd01a7f
Update README.md
forezp Feb 27, 2019
0efeddb
Update README.md
forezp Feb 27, 2019
cb1e9b2
Update README.md
forezp Feb 27, 2019
c5c822a
Update README.md
forezp Feb 27, 2019
69f3c75
Update README.md
forezp Feb 27, 2019
1f67664
sc-nacos
forezp May 11, 2019
9afe90f
sc
forezp May 12, 2019
c2073b0
sc sentinel
forezp Jun 9, 2019
cb58efb
sc alibab
forezp Jun 26, 2019
d02ab3e
Update README.md
forezp Oct 3, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified .DS_Store
Binary file not shown.
105 changes: 88 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,91 @@

>转载请标明出处:
> http://blog.csdn.net/forezp/article/details/70148833
> 本文出自[方志朋的博客](http://blog.csdn.net/forezp)
>

#### 获取SpringCloud 、Spring Boot视频:https://www.fangzhipeng.com/share/2017/10/01/resource-sharing.html

<div>
<p align="center">
<img src="https://www.fangzhipeng.com/img/avatar.jpg" width="258" height="258"/>
<br>
扫码关注有惊喜
</p>
<p align="center" style="margin-top: 15px; font-size: 11px;color: #cc0000;">
<strong>(转载本站文章请注明作者和出处 <a href="https://www.fangzhipeng.com">方志朋的博客</a>)</strong>
</p>
</div>


错过了这一篇,你可能再也学不会 Spring Cloud 了!Spring Boot做为下一代 web 框架,Spring Cloud 作为最新最火的微服务的翘楚,你还有什么理由拒绝。赶快上船吧,老船长带你飞。终章不是最后一篇,它是一个汇总,未来还会写很多篇。

案例全部采用Spring Boot 1.5.x ,Spring Cloud版本为Dalston.RELEASE


我为什么这些文章?一是巩固自己的知识,二是希望有更加开放和与人分享的心态,三是接受各位大神的批评指教,有任何问题可以联系我: [email protected] .

码农下载:[https://git.oschina.net/forezp/SpringCloudLearning](https://git.oschina.net/forezp/SpringCloudLearning)

github下载:[https://github.com/forezp/SpringCloudLearning](https://github.com/forezp/SpringCloudLearning),记得star哦!

#### CSDN专栏汇总:[史上最简单的 SpringCloud 教程](http://blog.csdn.net/forezp/article/details/70148833)
欢迎大家访问我的个人博客:https://www.fangzhipeng.com/spring-cloud.html

**[点击获取SpringCloud 、Spring Boot视频](https://www.fangzhipeng.com/share/2017/10/01/resource-sharing.html)**

### 《史上最简单的 SpringCloud 教程》系列:

### Spring Cloud Alibaba教程
- [Spring Cloud Alibaba教程:使用Nacos作为服务注册发现组件](https://www.fangzhipeng.com/springcloud/2019/05/30/sc-nacos-discovery.html)
- [Spring Cloud Alibaba教程:使用Nacos作为配置中心](https://www.fangzhipeng.com/springcloud/2019/06/01/sc-nacos-config.html)
- [Spring Cloud Alibaba教程:Sentinel的使用
](https://www.fangzhipeng.com/springcloud/2019/06/02/sc-sentinel.html)
### Greenwich版本

- [Spring Cloud Consul 之Greenwich版本全攻略](https://www.fangzhipeng.com/springcloud/2019/02/14/sc-consul-g.html)
- [spring cloud config将配置存储在数据库中](https://www.fangzhipeng.com/springcloud/2019/02/21/config-jdbc.html)
- [Spring Cloud Sleuth 之Greenwich版本全攻略](https://www.fangzhipeng.com/springcloud/2019/02/05/sc-sleuth-g.html)
- [Spring Boot Admin 2.1.0 全攻略](https://blog.csdn.net/forezp/article/details/86105850)
- [阿里分布式事务框架GTS开源了!](https://www.fangzhipeng.com/springcloud/2019/01/04/sc-f-boot-admin.html)

### Finchley版本
Spring Cloud Finchley; Spring Boot 2.0.3

* [史上最简单的 SpringCloud 教程 | 第一篇: 服务的注册与发现(Eureka)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/01/sc-f1-eureka.html)
* [史上最简单的SpringCloud教程 | 第二篇: 服务消费者(rest+ribbon)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/02/sc-f2-ribbon.html)
* [史上最简单的SpringCloud教程 | 第三篇: 服务消费者(Feign)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/03/sc-f3-feign.html)
* [史上最简单的SpringCloud教程 | 第四篇:断路器(Hystrix)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/04/sc-f4-hystrix.html)
* [ 史上最简单的SpringCloud教程 | 第五篇: 路由网关(zuul)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/05/sc-f5-zuul.html)
* [史上最简单的SpringCloud教程 | 第六篇: 分布式配置中心(Spring Cloud Config)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/06/sc-f6-config.html)
* [史上最简单的SpringCloud教程 | 第七篇: 高可用的分布式配置中心(Spring Cloud Config)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/07/sc-f7-config.html)
* [史上最简单的SpringCloud教程 | 第八篇: 消息总线(Spring Cloud Bus)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/08/sc-f8-bus.html)
* [史上最简单的SpringCloud教程 | 第九篇: 服务链路追踪(Spring Cloud Sleuth)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/09/sc-f9-sleuth.html)
* [史上最简单的SpringCloud教程 | 第十篇: 高可用的服务注册中心(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/10/sc-f10-eureka.html)

* [史上最简单的SpringCloud教程 | 第十二篇: 断路器监控(Hystrix Dashboard)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/12/sc-f12-dash.html)
* [史上最简单的SpringCloud教程 | 第十三篇: 断路器聚合监控(Hystrix Turbine)(Finchley版本)](https://www.fangzhipeng.com/springcloud/2018/08/13/sc-f13-turbine.html)
* [史上最简单的SpringCloud教程 | 第十四篇: Spring Cloud Gateway初体验](https://www.fangzhipeng.com/springcloud/2018/11/06/sc-f-gateway1.html)
* [史上最简单的SpringCloud教程 | 第十五篇: Spring Cloud Gateway 之Predict篇](https://www.fangzhipeng.com/springcloud/2018/12/05/sc-f-gateway2.html)
* [史上最简单的SpringCloud教程 | 第十六篇: Spring Cloud Gateway 之filter篇](https://www.fangzhipeng.com/springcloud/2018/12/21/sc-f-gatway3.html)
* [史上最简单的SpringCloud教程 | 第十七篇: Spring Cloud Gateway 之限流篇](https://www.fangzhipeng.com/springcloud/2018/12/22/sc-f-gatway4.html)
* [史上最简单的SpringCloud教程 | 第十八篇: spring cloud gateway之服务注册与发现](https://www.fangzhipeng.com/springcloud/2018/12/23/sc-f-gateway5.html)

### 源码篇:

* [深入理解Feign之源码解析](https://www.fangzhipeng.com/springcloud/2017/08/11/sc-feign-raw.html)
* [深入理解Eureka之源码解析](https://www.fangzhipeng.com/springcloud/2017/08/11/eureka-resources.html)
* [深入理解Ribbon之源码解析](https://www.fangzhipeng.com/springcloud/2017/08/11/Ribbon-resources.html)
* [ 深入理解Hystrix之文档翻译](http://blog.csdn.net/forezp/article/details/75333088)
* [深入理解Zuul之源码解析](https://www.fangzhipeng.com/springcloud/2017/08/11/sc-zuul-raw.html)

### 进阶篇

* [ Spring Cloud Sleuth超详细实战](http://blog.csdn.net/forezp/article/details/76795269)
* [拜托!面试请不要再问我Spring Cloud底层原理](https://blog.csdn.net/forezp/article/details/83999882)
* [微服务注册中心如何承载大型系统的千万级访问?](https://blog.csdn.net/forezp/article/details/83999947)
* [每秒上万并发下的Spring Cloud参数优化实战](https://blog.csdn.net/forezp/article/details/83999975)


#### D版本

* [史上最简单的 SpringCloud 教程 | 第一篇: 服务的注册与发现(Eureka)](http://blog.csdn.net/forezp/article/details/69696915)
* [史上最简单的SpringCloud教程 | 第二篇: 服务消费者(rest+ribbon)](http://blog.csdn.net/forezp/article/details/69788938)
* [史上最简单的SpringCloud教程 | 第三篇: 服务消费者(Feign)](http://blog.csdn.net/forezp/article/details/69808079)
Expand All @@ -32,32 +103,32 @@ github下载:[https://github.com/forezp/SpringCloudLearning](https://github.co
* 未完。。。
* 还有很多篇。。。

### 进阶篇

* [ Spring Cloud Sleuth超详细实战](http://blog.csdn.net/forezp/article/details/76795269)

### 源码篇:

* [深入理解Feign之源码解析](http://blog.csdn.net/forezp/article/details/73480304)
* [深入理解Eureka之源码解析](http://blog.csdn.net/forezp/article/details/73017664)
* [深入理解Ribbon之源码解析](http://blog.csdn.net/forezp/article/details/74820899)
* [ 深入理解Hystrix之文档翻译](http://blog.csdn.net/forezp/article/details/75333088)
* [深入理解Zuul之源码解析](http://blog.csdn.net/forezp/article/details/76211680)

### 番外篇:

* [如何使用MongoDB+Springboot实现分布式ID?](http://blog.csdn.net/forezp/article/details/69056017)
* [ 如何在springcloud分布式系统中实现分布式锁?](http://blog.csdn.net/forezp/article/details/68957681)
* [ 如何用Redlock实现分布式锁](http://blog.csdn.net/forezp/article/details/70305336)
* [ 如何在IDEA启动多个Spring Boot工程实例](http://blog.csdn.net/forezp/article/details/76408139)
* [ JWT如何在Spring Cloud微服务系统中在服务相互调时传](http://blog.csdn.net/forezp/article/details/78676036)




### 怎么支持我?

* 这个系列会持续更新,敬请关注!

* 关注我的公众号,精彩内容不能错过!

![forezp.jpg](http://upload-images.jianshu.io/upload_images/2279594-0805748d92bba033.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/200)
* 关注我的公众号,精彩内容不能错过!

<div>
<p align="center">
<img src="https://www.fangzhipeng.com/img/avatar.jpg" width="258" height="258"/>
<br>
扫码关注有惊喜
</p>
<p align="center" style="margin-top: 15px; font-size: 11px;color: #cc0000;">
<strong>(转载本站文章请注明作者和出处 <a href="https://www.fangzhipeng.com">方志朋的博客</a>)</strong>
</p>
</div>

Binary file added chapter-sleuth-mysql/.DS_Store
Binary file not shown.
Binary file added chapter-sleuth-stream-elasticsearch/.DS_Store
Binary file not shown.
Binary file added chapter-sleuth-stream-mysql/.DS_Store
Binary file not shown.
Binary file added chapter-sleuth-stream/.DS_Store
Binary file not shown.
Binary file added chapter-sleuth/.DS_Store
Binary file not shown.
Binary file added chapter1/.DS_Store
Binary file not shown.
Binary file added chapter10-5-jdbc/.DS_Store
Binary file not shown.
Binary file added chapter10-5-jdbc/.idea/.DS_Store
Binary file not shown.
25 changes: 25 additions & 0 deletions chapter10-5-jdbc/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions chapter10-5-jdbc/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions chapter10-5-jdbc/.idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions chapter10-5-jdbc/.idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading