From 8a61744ac819643bf1e0b52d90fe28979b5b5f55 Mon Sep 17 00:00:00 2001 From: Jlcao Date: Sat, 4 May 2019 23:50:52 +0800 Subject: [PATCH] Create README_zh.md --- README_zh.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 README_zh.md diff --git a/README_zh.md b/README_zh.md new file mode 100644 index 0000000..a5ac6ac --- /dev/null +++ b/README_zh.md @@ -0,0 +1,47 @@ + + +# Spring official reference + +> Spring官方文档(中文版) +#### 编译的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") + +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 + +* [站点](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) -- GitLab