https://github.com/dyc87112/springboot-gitbook
https://github.com/dyc87112/springboot-gitbook
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dyc87112/springboot-gitbook
- Owner: dyc87112
- Created: 2016-08-31T15:29:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T02:31:42.000Z (about 9 years ago)
- Last Synced: 2025-01-01T21:45:08.603Z (9 months ago)
- Size: 265 KB
- Stars: 7
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 简介
在您第1次接触和学习Spring框架的时候,是否因为其繁杂的配置而退却了?在你第n次使用Spring框架的时候,是否觉得一堆反复黏贴的配置有一些厌烦?那么您就不妨来试试使用Spring Boot来让你更易上手,更简单快捷地构建Spring应用!
Spring Boot让我们的Spring应用变的更轻量化。比如:你可以仅仅依靠一个Java类来运行一个Spring引用。你也可以打包你的应用为jar并通过使用java -jar来运行你的Spring Web应用。
Spring Boot的主要优点:
- 为所有Spring开发者更快的入门
- 开箱即用,提供各种默认配置来简化项目配置
- 内嵌式容器简化Web项目
- 没有冗余代码生成和XML配置的要求