Update 73.9.1. Embedded servlet container compatibility.md

master
qibaoguang 2015-04-14 00:42:19 +08:00
parent ed42112930
commit 50f1306c4f
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 73.9.1. 内嵌Servlet容器兼容性
如果你在使用Boot的内嵌Servlet容器你需要使用一个兼容Java6的容器。Tomcat 7和Jetty 8都是Java 6兼容的。具体参考[Section 63.15, “Use Tomcat 7”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-use-tomcat-7)和[Section 63.16, “Use Jetty 8”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-use-jetty-8)。