Spring Cloud is an ordered collection of frames. the development of the spring boot model simplifies the development of a distributed system infrastructure, and can be started and deployed in a one-click fashion with spring boot development. Spring Cloud combines today's more mature, proven service framework with the Spring boot style for re-encapsulation, masking complex configuration and implementation principles, and ultimately integrating a simple, easy-to-deploy and maintainable Distributed system architecture platform.
Spring Cloud's sub-projects can be broadly divided into two categories:
One is the encapsulation and abstraction of the existing mature framework spring boot, and also the largest number of projects;
The second category is the development of a subset of the infrastructure for distributed systems, such as spring Cloud Stream, which is Kafka, Activemq. In the practice of microservices, the first category of sub-projects is enough to be used, such as:
Spring Cloud Netflix
is a package of distributed service frameworks developed by Netflix, including discovery and registration of services, load balancing, circuit breakers, rest clients, request routing, and so on.
Spring Cloud Config
Centrally save configuration information and configure Spring Cloud bus to dynamically modify the configuration file.
Spring Cloud Bus
Distributed Message Queuing, which is the encapsulation of Kafka, MQ.
Spring Cloud Security
Package for spring security, and can be used with Netflix.
Spring Cloud Zookeeper
The encapsulation of the zookeeper makes it possible to configure other spring cloud-enabled sub-projects.
Spring Cloud Eureka is part of the spring cloud Netflix MicroServices Suite, which has been based on Netflix Eureka two times, and is primarily responsible for service governance capabilities in the MicroServices architecture.
Enterprise Spring Cloud provides distributed infrastructure solutions for future Internet companies. At the same time, with the popularity of the microservices architecture and Docker container concept in recent years, Spring Cloud will have a niche in the future of "cloud" software development style, especially in the current variety of distributed solutions to provide a standardized, full-site technology solutions,effectively promote the service-side software system technology upgrading.
From now on, I will record the process and essence of the recent development of Spring Cloud micro-service cloud architecture to help more friends who are interested in developing the Spring cloud framework and are interested in adding Penguin 2147775633 . Let's explore how the Spring cloud architecture is built and how it can be used in the industry. Source Source
(i) Integrated Spring Cloud cloud service architecture