spring_reference/II. Getting started/9.1. Servlet containers.md

14 lines
357 B
Markdown
Raw Permalink Normal View History

2015-03-13 15:44:58 +00:00
### 9.1. Servlet容器
下列内嵌容器支持开箱即用out of the box
|名称|Servlet版本|Java版本|
|--------|:-------|:-------|
|Tomcat 8|3.1|Java 7+|
|Tomcat 7|3.0|Java 6+|
|Jetty 9|3.1|Java 7+|
|Jetty 8|3.0|Java 6+|
|Undertow 1.1|3.1|Java 7+|
你也可以将Spring Boot应用部署到任何兼容Servlet 3.0+的容器。