Spring Boot 2.0.1 发布,包含大量修复和改进

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

内容简介:Spring Boot 2 的首个维护版本 Spring Boot 2.0.1 已发布,现在可以从 repo.spring.io 和 Maven Central 获取更新。 该版本包含 160 项修复、改进和依赖项更新,Spring Boot 中的 Spring Framework 包含解决...

Spring Boot 2 的首个维护版本 Spring Boot 2.0.1 已发布,现在可以从 repo.spring.io 和 Maven Central 获取更新。

该版本包含 160 项修复、改进和依赖项更新,Spring Boot 中的 Spring Framework 包含解决多个漏洞报告的修复程序。请参阅此博客文章了解更多详情。

详情请查看发布说明:https://spring.io/blog/2018/04/05/spring-boot-2-0-1-available-now

Maven

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.0.1.RELEASE</version>
</parent>
<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web</artifactId>
    </dependency>
</dependencies>

【声明】文章转载自:开源中国社区 [http://www.oschina.net]


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

查看所有标签

猜你喜欢:

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

Machine Learning

Machine Learning

Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00

Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

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

Base64 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具