forked from dyc87112/SpringBoot-Learning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
#SpringBoot-Learning | ||
|
||
本项目主要分两部分 | ||
本项目内容为SpringBoot教程对应的程序样例。 | ||
|
||
- SpringBoot教程 | ||
- SpringBoot样例 | ||
教程请移步:http://spring-boot.didispace.com | ||
|
||
## 使用Spring Boot的背景 | ||
|
||
从构建一个可用于生产环境的Spring应用为目的,Spring Boot有利于规范配置与快速开发可运行的应用。 | ||
|
||
Spring Boot可以轻松构建独立的、适用于生产级别的基于Spring框架的应用。当我们使用Spring和第三方库的时候你可以事半功倍的开始。大多数Spring Boot应用仅需要非常少的Spring配置。 | ||
|
||
## |