Update 9. System Requirements.md
parent
54d7a827ea
commit
c698fcd062
|
@ -3,17 +3,3 @@
|
|||
默认情况下,Spring Boot 1.3.0.BUILD-SNAPSHOT 需要Java7和Spring框架4.1.3或以上。你可以在Java6下使用Spring Boot,不过需要添加额外配置。具体参考[Section 73.9, “How to use Java 6” ](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-use-java-6)。构建环境明确支持的有Maven(3.2+)和Gradle(1.12+)。
|
||||
|
||||
**注**:尽管你可以在Java6或Java7环境下使用Spring Boot,通常我们建议你如果可能的话就使用Java8。
|
||||
|
||||
* 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