On November 29th, Spring Boot 2.6.1 was officially released. This version includes 8 bug fixes and 3 document improvements.
bug fix
The name of the matching-strategy attribute in the operation message of is incorrect. 161aafce4baac5 #28839
Fix the compatibility issue of ErrorPageSecurityFilter deployed to Servlet 3.1 #28790
QuartzDataSourceScriptDatabaseInitiializer does not provide MariaDB #28779 mapping
"Test" and "Inlined Test Properties" property source order is incorrect #28776
ArrayStoreException when using Spring Security in Servlet application does not spring-security-web of # 28774
DefaultClientResources is not properly closed when using Lettuce with Actuator to issue a warning #28767
Pages with permitAll can no longer pass the automatically configured MockMvc #28759
Dependency management org.elasticsearch.distribution.integ-test-zip: elasticsearch should declare its type as zip #28746
document improvements
Fix a spelling error in the "External Application Properties" section of the document #28834
Fix the output of "spring --version" in reference document #28833
Add description to org.springframework.boot.actuate.metrics.data package #28761
Spring Boot
The Spring Boot project aims to simplify the creation of production-level Spring applications and services.
It can be used to choose different Spring platforms.
Independent Java applications and Web applications can be created, and command line tools are provided to allow'spring scripts'.
Spring Boot Features
- You can create a standalone Spring application, and based on its Maven or Gradle plug-in, you can create executable JARs and WARs
- Embedded Servlet container such as Tomcat or Jetty
- Provide automatic configuration of "starter" Project Object Model (POMS) to simplify Maven configuration
- Automatically configure the Spring container as much as possible
- Provide prepared features such as indicators, health checks and external configuration
- There is absolutely no code generation and no XML configuration is required.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。