前瞻:Spring Boot 2.4.0 第二个里程碑版本发布

Posted 程序猿DD

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了前瞻:Spring Boot 2.4.0 第二个里程碑版本发布相关的知识,希望对你有一定的参考价值。

回复“资源”获取独家整理的学习资料!

来源 | https://www.oschina.net/news/117929/spring-boot-2-4-0-m2-released

Spring Boot 2.4.0 的第二个里程碑版本发布了,可以从里程碑仓库获取。

此版本包含大量更新内容,摘取部分如下:

新特性

  • 首选对 ConfigurationClassPostProcessor 的非反射访问 #22858

  • 默认情况下,不在 HTTP 跟踪中包含 cookie 标头

  • 在 Spring Boot 中应用 HTTP/2 不再要求强制 Jetty 和 Conscrypt 绑定使用

  • 添加 no-pull 选项

  • 支持新的核心框架 r2dbc

  • 允许在参数上使用 DurationFormat 和 PeriodFormat

  • 添加配置以禁用 Redis Cluster 动态源刷新

  • 当 Jedis 和 Lettuce 都在类路径上时,允许选择 Jedis

  • 添加对 Prometheus pushgateway 的基本身份验证支持

  • 添加对配置文件组的支持

  • 提取 DefaultPropertiesPropertySource 类

  • 为 liquibase-maven-plugin 添加插件管理

  • ……

更新说明:https://github.com/spring-projects/spring-boot/releases/tag/v2.4.0-M2


往期推荐


以上是关于前瞻:Spring Boot 2.4.0 第二个里程碑版本发布的主要内容,如果未能解决你的问题,请参考以下文章

第二章 第二个spring-boot程序

动态数据源作为 Spring Boot + Hibernate 中的第二个数据源

如何在 Spring Boot 应用程序中创建第二个 RedisTemplate 实例

无法使用 Hibernate 和 Oracle 11g 数据库读取 Spring Boot 应用程序中的第二个 Refcursor

项目 'org.springframework.boot:spring-boot-starter-parent:2.4.0' 未找到

使用 thymeleaf、spring boot 的动态下拉菜单