内容简介:Spring Cloud Task 2.0.0.RELEASE 现已正式发布,可从 GitHub 和 Pivotal 仓库下载使用。下面看看该版本有哪些更新内容。 官方表示 Spring Cloud Task 2.0.0.RELEASE 旨在与 Spring Boot 2 保持版本号对齐,自 1....
Spring Cloud Task 2.0.0.RELEASE 现已正式发布,可从 GitHub 和 Pivotal 仓库下载使用。下面看看该版本有哪些更新内容。
官方表示 Spring Cloud Task 2.0.0.RELEASE 旨在与 Spring Boot 2 保持版本号对齐,自 1.2.x 以来的更新包括:
升级了所有的依赖关系
限制并发任务的执行
执行批处理作业失败时,任务亦失败
有关这些更新的详细描述请查看 https://spring.io/blog/2018/05/07/spring-cloud-task-2-0-0-release-is-now-available
Maven
<dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-task</artifactId> <version>2.0.0.RELEASE</version> </dependency> </dependencies>
源码下载
Spring Cloud Task 可让用户使用 Spring Cloud 开发和运行短期微服务,并在云中,甚至在 Spring Cloud 数据流上运行它们。只需添加 @EnableTask 并将你的应用程序作为 Spring Boot 应用程序(单应用程序上下文)运行即可。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Jackrabbit Oak 1.4.22 发布,升级一些 JDBC 依赖
- web-flash 1.9 发布,升级项目核心依赖库
- MRoot 2.4 发布,细节优化、Bug 修复和依赖升级版本
- MRoot 2.5 发布,细节优化、Bug修复和依赖升级版本
- Fizz Gateway 1.5.1 发布,更加稳定的核心依赖库升级
- JeeSite v4.1.7 发布,文件上传拖拽和升级依赖库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++ How to Program (5th Edition) (How to Program)
Harvey & Paul) Deitel & Associates / Prentice Hall / 2005-01-05 / USD 98.00
With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The Deitels' groundbreak......一起来看看 《C++ How to Program (5th Edition) (How to Program)》 这本书的介绍吧!