spring_reference/IX. ‘How-to’ guides/73.9.1. Embedded servlet co...

4 lines
461 B
Markdown
Raw Normal View History

### 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)。