Spring Boot 2.3.5

Spring Boot 2.3.5 已发布,并且现在可以从 Maven Central 获得。

<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>2.3.5.RELEASE</version>
  <relativePath/> <!-- lookup parent from repository -->
</parent>

此版本包括 92 个错误修复,文档改进和依赖项升级[1]

Spring Boot 2.2.11

Spring Boot 2.2.11 已发布,并且现在可以从 Maven Central 获得。

<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>2.2.11.RELEASE</version>
  <relativePath/> <!-- lookup parent from repository -->
</parent>

此版本包括 50 个错误修复,文档改进和依赖项升级[2]

Spring Boot 2.1.18

Spring Boot 2.1.18 已发布,并且现在可以从 Maven Central 获得。

<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>2.1.18.RELEASE</version>
  <relativePath/> <!-- lookup parent from repository -->
</parent>

此版本包括 20 个错误修复,文档改进和依赖项升级[3]

特别说明:Spring Boot 2.1.18 是 2.1 系列的最后一次更新,从 2020 年 11 月 1 日起,Spring Boot 2.1.x 进入 EOL 阶段(寿命结束)。建议使用 Spring Boot 2.1.x 的用户考虑升级到 Spring Boot 2.3.x。