Springcloud (a) the basics

A, springcloud Profile

Spring Cloud is a relatively new micro-services framework, was launched version 1.0 are Release 2016, but its updated quickly, almost every update every month, although the spring cloud shortest time, but the ratio of Dubbo and other RPC framework, Spring a full range of solutions for distributed systems provided Cloud
Spring Cloud provides developers with a distributed system ( configuration management, service discovery, fuse, routing, micro broker, a control bus, a one-time Token, global lock, Leader elections, distributed Session, the state of the cluster tool) quickly constructed using SpringCloud developers can begin to quickly start building applications or services, while being able to quickly and cloud resources platform for docking.
SpringBoot not repeat create the wheel, it just will present each company developed more mature, and can withstand the actual Entrance Examination Services Framework combine re-packaged by SpringBoot style masked a complex configuration and implementation principle, a final development to set aside a set of easy to understand, easy to deploy and easy maintenance of distributed systems development kit
SpringCloud is a one-stop solution for distributed service framework is the various micro-ground service framework technology aggregates, commonly known as: micro service family bucket

Two, Springboot and springCloud relationship

Here Insert Picture Description

Third, the difference springcloud and dubbo

Here Insert Picture Description

Here Insert Picture DescriptionHere Insert Picture Description

Four, springcloud role

Here Insert Picture Description
Here Insert Picture Description
Reference information:
Springcolud Chinese network: https://www.springcloud.cc/

Published 45 original articles · won praise 7 · views 921

Guess you like

Origin blog.csdn.net/qq_42222342/article/details/103839108