Spring Boot 2.0.2 and 1.5.13 released with bug fixes and improvements

  

Spring Boot 1.5.13 and 2.0.2 have been released. Spring Boot 1.5.13 includes  over 20 fixes, improvements, and dependency updates .

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 has not released specific update details, you can check the submission record for details.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326611482&siteId=291194637