The difference between microservice architecture and SOA

1. 2. 4 The difference between microservice architecture and SOA

1. 3. 1 Splitting of microservices

 

For the average company, the practice of microservices has very big technical challenges, so not all companies are suitable for splitting a monolithic architecture into a microservice architecture. Generally speaking, the microservice architecture is more suitable for applications that have a certain degree of expansion complexity in the future and have a large increase in user expectations , such as some emerging Internet company applications. These companies cannot buy a large number of or very expensive machines in the early stage of their business, but they must also consider dealing with a large number of users after success. At this time, the microservice architecture becomes the best choice. In addition, for those projects with large scale, high business complexity, and long-term follow-up, it is also suitable to consider the use of microservice architecture.

2. Then the entire startup process of Spring Boot will be shown in Figure 2-7-follow-up supplement:

 

 

 

Guess you like

Origin blog.csdn.net/JHON07/article/details/86674404