Spring Cloud學習資源一網打盡!Awesome Spring Cloud v1.0

公正、公平、尊重原創、不夾帶私人恩怨的Spring Cloud學習資源列表。

TIPS

•本文鏈接較多,為了更好的閱讀體驗,建議翻到文章末尾,點擊"擴展鏈接",排版相對好很多。

•歡迎投稿,共同完善!一起打造最強的Spring Cloud學習資源帖!

•GitHub[1]

•Gitee[2]

•加筆者 jumping_me 投稿

一、博客

•周立:跟我學Spring Cloud[3]

•程序猿DD:Spring Cloud 從入門到精通[4]

•江南一點雨:Spring Cloud系列[5]

•aoho:Spring Cloud[6]

•猿天地:Spring Cloud入門到實戰系列教程

[7]

•方誌朋:史上最簡單的 Spring Cloud 教程[8]

•liaokailin:Spring Cloud專欄[9]

•唐亞峰:一起來學Spring Cloud(F版)[10]

二、示例代碼

•跟我學Spring Cloud配套代碼:spring-cloud-study[11]

•最全面的Spring Cloud代碼示例(70+個示例):Spring Cloud示例[12]

•程序猿DD Spring Cloud學習示例:SpringCloud-Learning[13]

•史上最簡單的Spring Cloud教程源碼:SpringCloud Learning[14]

•基於Spring Cloud Netflix的TCC柔性事務和EDA事件驅動示例:spring-cloud-rest-tcc[15]

三、開源項目

3.1 Spring Cloud YES

簡介:基於Spring Cloud的快速開發腳手架&最佳實踐總結

GitHub:Spring Cloud YES[16]

截圖:暫無

3.2 Cloud-Platform

簡介:國內首個基於Spring Cloud微服務化開發平臺

Gitee:Cloud-Platform[17]

截圖

Spring Cloud學習資源一網打盡!Awesome Spring Cloud v1.0

3.3 Spring Microservice Exam

簡介:基於Spring Boot、Spring Cloud、Vue.js的考試系統

Gitee:Spring Microservice Exam[18]

演示地址:http://182.254.233.125/

截圖

Spring Cloud學習資源一網打盡!Awesome Spring Cloud v1.0

3.4 Piggymetrics

簡介:基於Spring Cloud的個人財務處理軟件,老牌Spring Cloud示例項目。

GitHub:Piggymetrics[19]

截圖


Spring Cloud學習資源一網打盡!Awesome Spring Cloud v1.0


3.5 FCat

簡介:基於 Angular 4 + Spring Cloud 的企業級基礎功能框架

Gitee:FCat[20]

演示地址:http://fcat.xfdmao.com/ 用戶名/密碼:自行註冊

截圖

Spring Cloud學習資源一網打盡!Awesome Spring Cloud v1.0

3.6 OCP(Open Capacity Platform)

簡介:基於LayUI + Spring Cloud的企業級微服務框架

Gitee:Open Capacity Platform[21]

演示地址:http://59.110.164.254:8066/login.html ,用戶名/密碼:admin/admin

截圖

Spring Cloud學習資源一網打盡!Awesome Spring Cloud v1.0

3.7 XxPay

簡介:XxPay聚合支付使用Java開發,包括spring-cloud、dubbo、spring-boot三個架構版本,已接入微信、支付寶等主流支付渠道,可直接用於生產環境。

Gitee:XxPay[22]

演示地址:http://mgr.xxpay.org/ ,用戶名/密碼:自動登錄

截圖

Spring Cloud學習資源一網打盡!Awesome Spring Cloud v1.0

四、中間件

:這裡只羅列第三方中間件,不包含Spring Cloud原生支持的中間件。

4.1 ByteTCC

簡介:兼容JTA規範的基於TCC機制的分佈式事務管理器

GitHub:ByteTCC[23]

與Spring Cloud配合使用示例:springcloud-sample[24]

4.2 Alibaba Seata

簡介:易上手、高性能的分佈式解決方案

GitHub:Alibaba Seata[25]

與Spring Cloud配合使用示例:fescar-example[26]

4.3 LCN

簡介:高性能分佈式事務框架

GitHub:LCN[27]

與Spring Cloud配合使用示例:txlcn-demo[28]

4.4 EasyTransaction

簡介:一站式SOA/微服務分佈式事務解決方案

GitHub:EasyTransaction[29]

與Spring Cloud配合使用示例:easytrans-demo[30]

五、網站資源

•官方網站[31]

•官方文檔[32]

•Spring Cloud官方聊天室:Gitter.im[33]

•以Spring為中心的技術社區:Spring4all社區[34]

乾貨分享

最近將個人學習筆記整理成冊,使用PDF分享。關注我,回覆如下代碼,即可獲得百度盤地址,無套路領取!

•001:《Java併發與高併發解決方案》學習筆記;

•002:《深入JVM內核——原理、診斷與優化》學習筆記;

•003:《Java面試寶典》

•004:《Docker開源書》

•005:《Kubernetes開源書》

•006:《DDD速成(領域驅動設計速成)》

近期熱文

•乾貨|Spring Cloud Bus 消息總線介紹

•面試官問我,SpringApplication.run做了哪些事?

•分享:個人是怎麼學習新知識的

•MySQL數據庫“十宗罪”(十大經典錯誤案例)

•乾貨|Spring Cloud Stream 體系及原理介紹

•Spring Cloud Alibaba系列教程-03-搭建生產可用的Nacos集群

•我最喜歡的Mybatis 3.5新特性!超實用!

References

[1] GitHub: https://github.com/eacdy/awesome-spring-cloud

[2] Gitee: https://gitee.com/itmuch/awesome-spring-cloud

[3] 跟我學Spring Cloud: http://www.itmuch.com/spring-cloud/spring-cloud-index/

[4] Spring Cloud 從入門到精通: http://blog.didispace.com/spring-cloud-learning/

[5] Spring Cloud系列: https://wangsong.blog.csdn.net/column/info/17373

[6] Spring Cloud: http://blueskykong.com/tags/Spring-Cloud

[7] Spring Cloud入門到實戰系列教程: http://cxytiandi.com/blog/detail/17470

[8] 史上最簡單的 Spring Cloud 教程: http://blog.csdn.net/column/details/15197.html

[9] Spring Cloud專欄: http://blog.csdn.net/liaokailin/article/category/6212338

[10] 一起來學Spring Cloud(F版): https://blog.battcn.com/categories/SpringCloud/

[11] spring-cloud-study: https://github.com/eacdy/spring-cloud-study

[12] Spring Cloud示例: https://github.com/itmuch/spring-cloud-docker-microservice-book-code

[13] SpringCloud-Learning: https://github.com/dyc87112/SpringCloud-Learning

[14] SpringCloud Learning: https://github.com/forezp/SpringCloudLearning

[15] spring-cloud-rest-tcc: https://github.com/prontera/spring-cloud-rest-tcc

[16] Spring Cloud YES: http://www.github.com/eacdy/spring-cloud-yes

[17] Cloud-Platform: https://gitee.com/minull/ace-security

[18] Spring Microservice Exam: https://gitee.com/wells2333/spring-microservice-exam

[19] Piggymetrics: https://github.com/sqshq/piggymetrics

[20] FCat: https://gitee.com/xfdm/FCat

[21] Open Capacity Platform: https://gitee.com/owenwangwen/open-capacity-platform

[22] XxPay: https://gitee.com/jmdhappy/xxpay-master

[23] ByteTCC: https://github.com/liuyangming/ByteTCC

[24] springcloud-sample: https://github.com/liuyangming/ByteTCC-sample/tree/master/springcloud-sample

[25] Alibaba Seata: https://github.com/seata/seata

[26] fescar-example: https://github.com/spring-cloud-incubator/spring-cloud-alibaba/tree/master/spring-cloud-alibaba-examples/fescar-example

[27] LCN: https://github.com/codingapi/tx-lcn

[28] txlcn-demo: https://github.com/codingapi/txlcn-demo

[29] EasyTransaction: https://github.com/QNJR-GROUP/EasyTransaction

[30] easytrans-demo: https://github.com/QNJR-GROUP/EasyTransaction/tree/master/easytrans-demo/tcc-and-fescar

[31] 官方網站: https://spring.io/projects/spring-cloud

[32] 官方文檔: https://spring.io/projects/spring-cloud#learn

[33] Gitter.im: https://gitter.im/spring-cloud/spring-cloud

[34] Spring4all社區: http://www.spring4all.com/


分享到:


相關文章: