「2020封箱」Spring Boot 2.4.1 发布
Posted JAVA架构日记
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了「2020封箱」Spring Boot 2.4.1 发布相关的知识,希望对你有一定的参考价值。
本次发版为官方 2020 年度最后一次发版,Spring Boot 2.4.1、 2.3.7.RELEASE、 2.2.12.RELEASE 已发布,现在均可在 maven 中央仓库下载使用。
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>${version}</version>
</parent>
重点关注 2.4.1 版本,作为 2.4.x 第一个错误修正版本,此版本包括 59 个错误修复,文档改进和依赖项升级,主要修复 2.4.0 发布以来的关于配置文件加载变更问题。