Spring Cloud 1.0.0.M3 发布,此版本现已提供在 repo.spring.io 库,以下项目都包括 1.0.0.M3 版本:
Spring Cloud Config: centralized key-value (or YAML)
configuration management. Now supports the config server being fully
embedded in another application. Spring Cloud Netflix. Also has better support for embeddability
of the server components. Now also properly records load balancer
statistics in Ribbon-enabled Spring RestTemplate . Spring Cloud for Amazon Web Services. Has new Spring Boot integration points, externalizing configuration for AWS metadata. Spring Cloud Security: super simple OAuth2 in a declarative style. Spring Cloud Bus: broadcasts framework-level events to Spring Cloud components. Big news here is that we now have a RabbitMQ-based aggregator for Hystrix metrics (based on Turbine 2), so you don't have to rely on having direct HTTP access to all service instances. Spring Cloud CLI: Groovy CLI for writing microservices in self-contained scripts. Spring Cloud for Cloud Foundry: now bridges between Spring Cloud
Security and Cloud Foundry service bindings, making it super easy to do
Single Sign On and OAutth2 protected resources in Cloud Foundry.
所有这些模块都依赖于 Spring Boot 1.2.0.RC2。
Spring Cloud 1.0.0 RC 版本将会在 12 月份发布。
相关链接:
|