spring cloud

spring cloud是什么

  Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。


 

核心框架有哪些

  Spring Cloud Netflix

  包含成员有:Eureka, Hystrix, Zuul, Archaius

  Spring Cloud Config

  资源文件映射如下:

  • /{application}/{profile}[/{label}]
  • /{application}-{profile}.yml
  • /{label}/{application}-{profile}.yml
  • /{application}-{profile}.properties
  • /{label}/{application}-{profile}.properties

  Spring Cloud Bus

  Spring Cloud Cluster

  Spring Cloud Consul

posted on 2018-09-12 11:31  斋少  阅读(88)  评论(0)    收藏  举报

导航