Update 26. Developing web applications.md

master
qibaoguang 2015-02-10 23:38:40 +08:00
parent 4ec84f0906
commit f67f38877a
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
### 26. 开发Web应用
Spring Boot非常适合开发web应用程序。你可以使用内嵌的TomcatJetty或Undertow轻轻松松地创建一个HTTP服务器。大多数的web应用都使用spring-boot-starter-web模块进行快速搭建和运行。