Update 9.1. Servlet containers.md

master
qibaoguang 2015-03-13 23:44:58 +08:00
parent c698fcd062
commit 2cedc00ccc
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
### 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+的容器。