发布于 2017-04-15 23:48:30 | 211 次阅读 | 评论: 0 | 来源: 网友投递
Spring Cloud
Spring Cloud 为开发者提供了在分布式系统(如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性 Token、全局锁、决策竞选、分布式会话和集群状态)操作的开发工具。使用 Spring Cloud 开发者可以快速实现上述这些模式。
Spring Cloud Task 1.1.2 发布了。Spring Cloud 为开发者提供了在分布式系统(如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性 Token、全局锁、决策竞选、分布式会话和集群状态)操作的开发工具。使用 Spring Cloud ,开发者可以快速实现上述这些模式。
该版本主要增加了以下特性:
Upgrade to Spring Cloud Stream Chelsea GA.
Renamed closecontext.enable
to closecontext.enabled
as to match the Spring Boot style for enabled properties.
Task name can be set when creating a TaskExecution
externally, allowing the launcher to set the name in a persistent manor.
Added Ordered
Interface to Task Events and Batch Job Events so the user can establish when task or batch events are emitted from their Spring Cloud Task application.
Cleaned up Spring Cloud Task dependencies.
Update default task name creation to prevent conflicts with JMX.
下载地址: