Merge branch '3.0.x' into 3.1.x

Closes gh-36355
This commit is contained in:
Andy Wilkinson 2023-07-12 08:33:43 +01:00
commit d5ca66d47c
1 changed files with 5 additions and 5 deletions

View File

@ -24,14 +24,14 @@ Spring Boot supports the following embedded servlet containers:
|===
| Name | Servlet Version
| Tomcat 10.0
| 5.0
| Tomcat 10.1
| 6.0
| Jetty 11.0
| 5.1
| Undertow 2.2 (Jakarta EE 9 variant)
| 5.0
| Undertow 2.3
| 6.0
|===
You can also deploy Spring Boot applications to any servlet 5.0+ compatible container.