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

  

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 尚未发布具体的更新细节,可先查看提交记录了解详情。

猜你喜欢

转载自www.oschina.net/news/95927/springboot-1-5-13-released