Spring Cloud Task 2.0.0 发布,升级了所有的依赖关系

栏目: 软件资讯 · 发布时间: 5年前

内容简介: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]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Algorithms Sequential & Parallel

Algorithms Sequential & Parallel

Russ Miller、Laurence Boxer / Charles River Media / 2005-08-03 / USD 59.95

With multi-core processors replacing traditional processors and the movement to multiprocessor workstations and servers, parallel computing has moved from a specialty area to the core of computer scie......一起来看看 《Algorithms Sequential & Parallel》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具