Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 758 Bytes

9.SystemRequirements.md

File metadata and controls

24 lines (15 loc) · 758 Bytes

9. System Requirements

9. 系统需求

Spring Boot 2.0.1.RELEASE requires Java 8 or 9 and Spring Framework 5.0.5.RELEASE or above. Explicit build support is provided for Maven 3.2+ and Gradle 4.

Spring Boot 2.0.1.RELEASE需要Java 8或9、Spring Framework 5.0.5.RELEASE及以上版本。需要在Maven3.2+和Gradle4支持的环境中构建。

9.1 Servlet Containers

9.1 Servlet容器

Spring Boot supports the following embedded servlet containers:

Spring Boot支持下列内置servlet容器:

名称 Servlet版本
Tomcat8.5 3.1
Jetty9.4 3.1
Undertow1.4 3.1

You can also deploy Spring Boot application to any Servlet 3.1 + compatible container.

你也可以部署Spring Boot应用到任何兼容Servlet3.1+的容器。