Spring Boot 2.6.1 重磅发布!
共 1873字,需浏览 4分钟
·
2021-12-01 21:01
技术编辑:61丨发自 思否编辑部
公众号:SegmentFault
模式分析 PatternParseException 的操作消息中的 matching-strategy 属性的名称不正确 #28839
https://github.com/spring-projects/spring-boot/issues/28839
修复 ErrorPageSecurityFilter 部署到 Servlet 3.1 的兼容问题 #28790
https://github.com/spring-projects/spring-boot/issues/28790
QuartzDataSourceScriptDatabaseInitiializer不提供 MariaDB #28779的映射
https://github.com/spring-projects/spring-boot/pull/28779
"test" 和 "Inlined Test Properties" 属性源顺序不正确 #28776
https://github.com/spring-projects/spring-boot/issues/28776
在没有 spring-security-web 的 Servlet 应用程序中使用 Spring Security 时出现 ArrayStoreException #28774
https://github.com/spring-projects/spring-boot/issues/28774
DefaultClientResources 在将 Lettuce 与 Actuator 一起使用时未正确关闭是发出警告 #28767
https://github.com/spring-projects/spring-boot/pull/28767
具有 permitAll 的页面无法再通过自动配置的 MockMvc #28759
https://github.com/spring-projects/spring-boot/issues/28759
依赖管理 org.elasticsearch.distribution.integ-test-zip:elasticsearch 应将其类型声明为 zip #28746
https://github.com/spring-projects/spring-boot/issues/28746
修复文档 "External Application Properties" 部分中的拼写错误 #28834
https://github.com/spring-projects/spring-boot/issues/28834
修复参考文档 #28833 中 "spring --version" 的输出
https://github.com/spring-projects/spring-boot/issues/28833
org.springframework.boot.actuate.metrics.data 包添加描述 #28761
https://github.com/spring-projects/spring-boot/issues/28761
可以创建独立的 Spring 应用程序,并且基于其 Maven 或 Gradle 插件,可以创建可执行的 JARs 和 WARs
内嵌 Tomcat 或 Jetty 等 Servlet 容器
提供自动配置的 “starter” 项目对象模型(POMS)以简化 Maven 配置
尽可能自动配置 Spring 容器
提供准备好的特性,如指标、健康检查和外部化配置
绝对没有代码生成,不需要 XML 配置。