Spring Boot作为Spring Cloud基础设施

spring cloud包含的核心特性:

  • Distributed/versioned configuration(分布式配置)
  • Service registration and discovery(服务注册和发现)
  • Routing(路由)
  • Service-to-service calls(服务调用)
  • Load balancing(负载均衡)
  • Circuit Breakers(熔断机制)
  • Distributed messaging(分布式消息)

猜你喜欢

转载自www.cnblogs.com/yaoyuan2/p/11742313.html