Update 9.1. Servlet containers.md
parent
c698fcd062
commit
2cedc00ccc
|
@ -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+的容器。
|
Loading…
Reference in New Issue