内容简介:2021年首发,Spring Boot 2.4.2 、2.3.8.RELEASE 两个常规错误修正版本发布。现在可以从 maven 仓库获取,坐标如下: <parent> <groupId>org.springframework.boot</groupId> <artifact...
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 形式的镜像
-
在特殊配置文件中 spring.profiles.include 无效
-
configtree 无法使用 Kubernetes volume
-
Spring Boot Netty Server 不支持 Unix Sock
-
执行单元测试时 test/application.properties 会被应用的 application.yaml 覆盖
-
完善 spring boot plugin 构建镜像身份校验机制
-
maven-resources-plugin 构建提示警告信息
-
支持 JSR-305 @Nullable 注解作用的端点方法
-
exceptiontranslation = false 异常转换开关失效
...
由于 2.4.2 更新日志较多,大多涉及配置文件加载变更部分,更多内容请阅读官方 releases log
https://github.com/spring-projects/spring-boot/releases/tag/v2.4.2
https://github.com/spring-projects/spring-boot/releases/tag/v2.3.8.RELEASE
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- picbed 1.12 已发布,2021 首发,正式命名:sapic
- WPS Office 2019 For Linux 个人版 8865 发布,首发新公式
- 黄图鉴别工具 nsfw 首发
- 2019年首发,有耐心且多思考
- CSDN首发丨TBSchedule应用实战手册
- Myeclipse 2020.5 版本首发!支持 Java14
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Head First PHP & MySQL
Lynn Beighley、Michael Morrison / O'Reilly Media / 2008-12-29 / USD 44.99
If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide to building dynamic, database-driven websites using P......一起来看看 《Head First PHP & MySQL》 这本书的介绍吧!