1. acquaintance Spring-Cloud

Part from the micro-channel public number: pure smile

A: Read "SpringCloud combat micro-services"

1.Spring-Cloud the goal to build a standardized set of micro-service solution that allows architects, developers in the use of micro-service concept to build application system, in the face of all aspects of the problem are found in the corresponding components to process.

2.Spring-Cloud can be said to be a "family bucket" package Spring community micro-architecture provides the service.

3.Spring-Cloud content is very wide, and knowledge span large, for many beginners like being bombed as a professional word (mentally prepared).

Unlike other micro 4.Spring-Cloud service framework, but to solve a problem service, but a solution to a comprehensive framework to address micro-services architecture implementation.

Two: What is the relationship and Spring boot

Spring Spring boot is set to quickly configure scaffolding, based on spring boot quickly develop a single micro-services, Spring Cloud is a cloud-based application development tool Spring Boot implemented; Spring boot focus on fast and easy integration of a single individual, Spring Cloud is focus global service governance framework; spring boot using the default configuration is greater than the concept, many programs have been integrated to help you choose well, could not configure not configured, Spring Cloud large part is based on the Spring boot is implemented, it may not be based Spring boot it? Not.

Spring boot can leave Spring Cloud development projects independently, but can not do without Spring Cloud Spring boot, belong dependent relationship.

Three: Spring Cloud advantages

So many micro-services framework such as: dubbo, Kubernetes, Why is it necessary to use Spring Cloud?
1. Output in the spring large family, spring invincible in enterprise development framework, a large backing, can guarantee the subsequent update and improve. For example dubbo now almost dead
2. This spring Boot independent go-getters can save a lot of things, both large and small living spring boot out pretty good.
3. As a big guy micro-governance service, consider the very comprehensive, almost all aspects of service management are taken into account, and to facilitate the development of out of the box.
4.Spring Cloud activity is high, the tutorial is very rich, a problem is easy to find solutions

5. Easily few lines of code to complete the fuse, balanced and responsible, the service center features a variety of platforms

     Spring Cloud Internet for small and medium sized companies, is a blessing, because these companies often do not have the strength or there is not enough funding to develop their own distributed systems infrastructure, using Spring Cloud-stop solutions in business calmly while the development of greatly reducing development costs. Meanwhile, in recent years, with the popular micro-service architecture and concepts Docker containers, it makes Spring Cloud in the future more and more "cloud" of software development style of a neutral place, especially in a wide variety of solutions are currently distributed in offers a standardized, full-stop technical solution, meaning may be comparable to the birth of the current Servlet specification, effectively promote the progress of the technical level of the server software system.

                                                                       Micro-channel public number: 

                                               

                                                                             JAVA program ape growth path

                          Resource sharing, recording program ape growing little by little. Focus on Java, Spring, SpringBoot, SpringCloud, distributed, slightly services. 

Guess you like

Origin www.cnblogs.com/niugang0920/p/12196656.html