Spring Boot 2.0.2 和 1.5.13 发布,Bug 修复和改进

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

内容简介:Spring Boot 1.5.13 和 2.0.2 已发布。Spring Boot 1.5.13 包含 20 多项修复、改进和依赖项更新。 Maven <parent>     <groupId>org.springframework.boot</groupId>     <artifactId>spring-boot-s...

Spring Boot 1.5.13 和 2.0.2 已发布。Spring Boot 1.5.13 包含 20 多项修复、改进和依赖项更新

Maven

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

Spring Boot 2.0.2 尚未发布具体的更新细节,可先查看提交记录了解详情。


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


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

Introduction to the Design and Analysis of Algorithms

Introduction to the Design and Analysis of Algorithms

Anany Levitin / Addison Wesley / 2006-2-24 / USD 122.00

Based on a Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, "Introduction to the Design and Analysis of Algorithms" presents the subject in a c......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具