2021 首发 | Spring Boot 2.4.2 、2.3.8 发布
2021年首发,Spring Boot 2.4.2 、2.3.8.RELEASE 两个常规错误修正版本发布。现在可以从 maven 仓库获取,坐标如下: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.4.2</version> <relativePath/> </parent> ⭐ New Features 新增 PropertySource 资源检索 API 🐞 Bug Fixes HikariDataSourceMetricsRegistry 调用 Wrapper.isWrapperFor 失败 当多个 web 应用时,日志格式错误 configprops 端点不包含 @Name 参数标识的属性 无法使用 Gradle 插件构建 War 形式的镜像 在特殊配置文件中 spri...