We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e4cc9 commit 70d76fbCopy full SHA for 70d76fb
_posts/2017-06-20-springboot-1.md
@@ -26,12 +26,13 @@ Spring Boot的目标是:
26
27
名称 | Servlet版本 | Java版本
28
---|---|---
29
-Tomcat 8 | 3.1 | Java 7+
30
-Tomcat 7 | 3.0 | Java 6+
31
-Jetty 9.3 | 3.1 | Java 8+
32
-Jetty 9.2 | 3.1 | Java 7+
33
-Jetty 8 | 3.0 | Java 6+
34
-Undertow 1.3 | 3.1 | Java 7+
+Tomcat 8 |3.1 |Java 7+
+Tomcat 7 |3.0 |Java 6+
+Jetty 9.3 |3.1 |Java 8+
+Jetty 9.2 |3.1 |Java 7+
+Jetty 8 |3.0 |Java 6+
+Undertow 1.3 |3.1 |Java 7+
35
+
36
你也可以将Spring Boot应用部署到任何兼容Servlet 3.0+的容器。**spring boot默认使用tomcat**
37
38
## 其他
0 commit comments