README_zh.md 3.4 KB
Newer Older
J
Jlcao 已提交
1 2
<img src="img/Sping_Logo.jpg" width="50%" height="50%" />

J
Jlcao 已提交
3 4 5
# Spring官方文档

### [英文文档](README.md)
J
Jlcao 已提交
6 7 8 9 10 11 12 13

#### 编译的Spring官方文档中文译本,为Spring生态体系下的学习者降低学习门槛,您在使用文档的过程中如发现不准确的译文,可即时提供翻译建议。

## Spring官方项目

### Spring Boot
[![Build Status](https://ci.spring.io/api/v1/teams/spring-boot/pipelines/spring-boot/jobs/build/badge)](https://ci.spring.io/teams/spring-boot/pipelines/spring-boot?groups=Build")   [![Chat](https://badges.gitter.im/JoinChat.svg)](https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge")

J
Jlcao 已提交
14
Spring Boot可以轻松创建Spring驱动的生产级应用程序和服务,并且可以轻松实现。它采用了Spring平台的观点,以便新用户和现有用户可以快速获得他们的需要。
J
Jlcao 已提交
15

J
Jlcao 已提交
16
您可以使用Spring Boot创建可以使用java -jar或更多传统WAR部署启动的独立Java应用程序 。我们还提供了一个运行spring脚本的命令行工具。
J
Jlcao 已提交
17

J
Jlcao 已提交
18
我们的主要目标:
J
Jlcao 已提交
19

J
Jlcao 已提交
20 21 22 23
* 为所有Spring开发从根本上提供更快且可广泛访问的入门体验。
* 开箱即用,但随着需求开始变化而迅速摆脱困境。
* 提供大类项目通用的一系列非功能性功能(例如:嵌入式服务器,安全性,指标,运行状况检查,外部化配置)。
* 绝对没有代码生成,也不需要XML配置。
J
Jlcao 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41

* [站点](https://spring.io/projects/spring-boot) | [GIT](https://github.com/spring-projects/spring-boot)
-------
#### 版本文档
* [2.0.0 M3](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/2.0.0.M3)
  * [参考手册](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)
  * [参考手册](https://github.com/caojiele/Spring-official-reference/blob/master/Spring-Boot/version/documents/2.0.0/guide.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)
  * [参考手册](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)
  * [参考手册](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)
  * [参考手册](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)