发布于 2016-03-25 00:32:14 | 166 次阅读 | 评论: 0 | 来源: 网友投递
Spring Cloud
Spring Cloud 为开发者提供了在分布式系统(如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性 Token、全局锁、决策竞选、分布式会话和集群状态)操作的开发工具。使用 Spring Cloud 开发者可以快速实现上述这些模式。
Spring Cloud Brixton.RC1 发布了。更新内容有:
Spring Boot 1.3.x and Spring 4.2.x support
Cluster Leadership election and locks via Spring Cloud Cluster
Hashicorp Consul support for service registration/discovery & configuration via Spring Cloud Consul
Apache Zookeeper support for service registration/discovery, configuration via Spring Cloud Zookeper and leader election in Spring Cloud Cluster
Distributed tracing through the Spring Cloud Sleuth abstraction with two out of the box implementations: one supporting logging (ideal for log collectors and multiplexers like Logstash and Loggregator) and one supporting Twitter’s Zipkin
Netflix Atlas Telemetry System and the next generation Spectator Metrics library are available in Spring Cloud Netflix
Spring Cloud Bus is now powered by the recently released Spring Cloud Stream
以下是在 Brixton M1 的新模块:
Spring Cloud Commons 1.1.0.RC2
Spring Cloud Config 1.1.0.RC1
Spring Cloud Netflix 1.1.0.RC1
Spring Cloud Security 1.1.0.RC1
Spring Cloud AWS 1.1.0.RC1
Spring Cloud Bus 1.1.0.RC1
Spring Cloud Cloud Foundry 1.0.0.RC1
了解更多更新内容点这里