From f67f38877a744dfd1169127c3b1b5972e4e12c74 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Tue, 10 Feb 2015 23:38:40 +0800 Subject: [PATCH] Update 26. Developing web applications.md --- IV. Spring Boot features/26. Developing web applications.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IV. Spring Boot features/26. Developing web applications.md b/IV. Spring Boot features/26. Developing web applications.md index e69de29..141b4a4 100644 --- a/IV. Spring Boot features/26. Developing web applications.md +++ b/IV. Spring Boot features/26. Developing web applications.md @@ -0,0 +1,2 @@ +### 26. 开发Web应用 +Spring Boot非常适合开发web应用程序。你可以使用内嵌的Tomcat,Jetty或Undertow轻轻松松地创建一个HTTP服务器。大多数的web应用都使用spring-boot-starter-web模块进行快速搭建和运行。