什么是springcloud?
Spring Cloud是在Spring Boot基础上构建的,用于快速构建分布式系统的通用模式的工具集。
核心功能
Distributed/versioned configuration 分布式/版本化的配置管理
Service registration and discovery 服务注册与服务发现
Routing 路由
Service-to-service calls 端到端的调用
Load balancing 负载均衡
Circuit Breakers 断路器
Global locks 全局锁
Leadership election and cluster state 选举与集群状态管理
Distributed messaging 分布式消息
Spring Cloud/Spring Boot兼容性
springcloud | springboot |
---|---|
Hoxton | 2.2.x |
Greenwich | 2.1.x |
Finchley | 2.0.x |
Edgware | 1.5.x |
Dalston | 1.5.x |
官方对应关系:
https://start.spring.io/actuator/info