diff --git a/IX. ‘How-to’ guides/73.9.1. Embedded servlet container compatibility.md b/IX. ‘How-to’ guides/73.9.1. Embedded servlet container compatibility.md index e69de29..88867de 100644 --- a/IX. ‘How-to’ guides/73.9.1. Embedded servlet container compatibility.md +++ b/IX. ‘How-to’ guides/73.9.1. Embedded servlet container compatibility.md @@ -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)。