Alibaba Intranet Spring Cloud Alibaba is open source for a limited time, creating a new era of microservices

History of Spring Cloud

Since its launch in March 2015, Spring Cloud has quickly become the preferred technology stack for developers in the Java microservice ecosystem.

On the basis of Spring Boot, Spring Cloud retains Java development habits, adds distributed features, and provides a series of general tools to help developers quickly build some common patterns in distributed systems. Now it has become the most widely used microservice One of the architectures.

In 2017, Spring Cloud Alibaba, launched by Alibaba based on Spring Cloud, officially entered the Spring Cloud Incubator and officially graduated in July 2019. Currently on Github, more than 13,000 projects have used Spring Cloud Alibaba.

What are the advantages of Spring Cloud Alibaba? How will Spring Cloud evolve in the future?

It is necessary for us to learn SpringCloud Alibaba technology. So how to learn? The materials explained by SpringCloud Alibaba on the market are fragmented and not a complete system at all; when you go to the official website to learn, you have no way to start, and you are hit hard, so I will share it with you here!

Table of contents:

Chapter 1 Introduction to Microservices

Chapter 2 Microservice Environment Construction

Chapter 3 Nacos Discovery--Service Governance

Chapter 4 Sentinel--Service Fault Tolerance

Chapter 5 Gateway--Service Gateway

Chapter 6 Sleuth--Link Tracking

Chapter 7 Rocketmq--Message Driven

Chapter 8 SMS--Short Message Service

Chapter 9 Nacos Config--Service Configuration

Chapter 10 Seata--Distributed Transactions

Guess you like

Origin blog.csdn.net/qq13321123/article/details/132055509