Update 73.9.1. Embedded servlet container compatibility.md
parent
ed42112930
commit
50f1306c4f
|
@ -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)。
|
Loading…
Reference in New Issue