https://github.com/caojiele/spring-official-reference
Spring官方文档
https://github.com/caojiele/spring-official-reference
official reference spring
Last synced: 11 months ago
JSON representation
Spring官方文档
- Host: GitHub
- URL: https://github.com/caojiele/spring-official-reference
- Owner: caojiele
- License: apache-2.0
- Created: 2018-12-13T13:56:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T12:07:34.000Z (about 7 years ago)
- Last Synced: 2025-04-02T01:11:24.643Z (about 1 year ago)
- Topics: official, reference, spring
- Homepage: https://springcloud.cc/spring-reference.html
- Size: 7.06 MB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Spring official reference
### [中文文档](README_zh.md)
## Project
### Spring Boot
[](https://ci.spring.io/teams/spring-boot/pipelines/spring-boot?groups=Build") [](https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge")
Spring Boot makes it easy to create Spring-powered, production-grade applications and
services with absolute minimum fuss. It takes an opinionated view of the Spring platform
so that new and existing users can quickly get to the bits they need.
You can use Spring Boot to create stand-alone Java applications that can be started using
`java -jar` or more traditional WAR deployments. We also provide a command line tool
that runs spring scripts.
Our primary goals are:
* Provide a radically faster and widely accessible getting started experience for all
Spring development
* Be opinionated out of the box, but get out of the way quickly as requirements start to
diverge from the defaults
* Provide a range of non-functional features that are common to large classes of projects
(e.g. embedded servers, security, metrics, health checks, externalized configuration)
* Absolutely no code generation and no requirement for XML configuration
* [SITE](https://spring.io/projects/spring-boot) | [GIT](https://github.com/spring-projects/spring-boot)
-------
#### Version
* [2.0.0 M3](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/2.0.0.M3)
* [guide](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/2.0.0.M3/guide.md) | [API](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/2.0.0.M3/API.md)
* [2.0.0](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/2.0.0)
* [guide-part-1](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/2.0.0/guide-part-1.md) | [guide-part-2](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/2.0.0/guide-part-2.md) | [API](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/2.0.0/API.md)
* [1.5.7](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/1.5.7)
* [guide](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/1.5.7/guide.md) | [API](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/1.5.7/API.md)
* [1.5.6](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/1.5.6)
* [guide](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/1.5.6/guide.md) | [API](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/1.5.6/API.md)
* [1.4.7](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/1.4.7)
* [guide](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/1.4.7/guide.md) | [API](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/1.4.7/API.md)