<<Spring Boot 2>> 9. System Requirements
Spring Boot 2.0.0.RC2 requires Java 8 or 9 and Spring Framework 5.0.4.RELEASE or above. Explicit build support is provided for Maven 3.2+ and Gradle 4.
9.1 Servlet Containers
Spring Boot supports the following embedded servlet containers:
| Name | Servlet Version |
|---|---|
| Tomcat 8.5 | 3.1 |
| Jetty 9.4 | 3.1 |
| Undertow 1.4 | 3.1 |
You can also deploy Spring Boot applications to any Servlet 3.0+ compatible container.
Spring Boot 2.0.0.RC2需要Java8或者Java9、Spring Framework 5.0.4.RELEASE或者更新的版本。为Maven3.2+和Gradle 4 提供明确的构建支持。
9.1 Servlet Containers
Spring boot 支持下面的内置servlet containers
| 名字 | Servlet 版本 |
|---|---|
| Tomcat 8.5 | 3.1 |
| Jetty 9.4 | 3.1 |
| Undertow 1.4 | 3.1 |
你可以将SpringBoot的应用部署到Servelt 3.0+的兼容服务器上。