Update SUMMARY.md

master
qibaoguang 2015-04-19 19:26:50 +08:00
parent 7c2b57f929
commit 4a054ea1f0
1 changed files with 28 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary
===============
### I. Spring Boot文档
* I. Spring Boot文档
* [1. 关于本文档](I. Spring Boot Documentation/1. About the documentation.md)
* [2. 获取帮助](I. Spring Boot Documentation/2. Getting help.md)
* [3. 第一步](I. Spring Boot Documentation/3. First steps.md)
@ -9,5 +9,32 @@ Summary
* [5. 了解Spring Boot特性](I. Spring Boot Documentation/5. Learning about Spring Boot features.md)
* [6. 迁移到生存环境](I. Spring Boot Documentation/6. Moving to production.md)
* [7. 高级主题](I. Spring Boot Documentation/7. Advanced topics.md)
* II. 开始
* [8. Spring Boot介绍](II. Getting started/8. Introducing Spring Boot.md)
* [9. 系统要求](II. Getting started/9. System Requirements.md)
* [9.1. Servlet容器](II. Getting started/9.1. Servlet containers.md)
* [10. Spring Boot安装](II. Getting started/10. Installing Spring Boot.md)
* [10.1. 为Java开发者准备的安装指南](II. Getting started/10.1. Installation instructions for the Java developer.md)
* [10.1.1. Maven安装](II. Getting started/10.1.1. Maven installation.md)
* [10.1.2. Gradle安装](II. Getting started/10.1.2. Gradle installation.md)
* [10.2. Spring Boot CLI安装](II. Getting started/10.2. Installing the Spring Boot CLI.md)
* [10.2.1. 手动安装](II. Getting started/10.2.1. Manual installation.md)
* [10.2.2. 使用GVM安装](II. Getting started/10.2.2. Installation with GVM.md)
* [10.2.3. 使用OSX Homebrew进行安装](II. Getting started/10.2.3. OSX Homebrew installation.md)
* [10.2.4. 使用MacPorts进行安装](II. Getting started/10.2.4. MacPorts installation.md)
* [10.2.5. 命令行实现](II. Getting started/10.2.5. Command-line completion.md)
* [10.2.6. Spring CLI示例快速入门](II. Getting started/10.2.6. Quick start Spring CLI example.md)
* [10.3. 从Spring Boot早期版本升级](II. Getting started/10.3. Upgrading from an earlier version of Spring Boot.md)
* [11. 开发你的第一个Spring Boot应用](II. Getting started/11. Developing your first Spring Boot application.md)
* [11.1. 创建POM](II. Getting started/11.1. Creating the POM.md)
* [11.2. 添加classpath依赖](II. Getting started/11.2. Adding classpath dependencies.md)
* [11.3. 编写代码](II. Getting started/11.3. Writing the code.md)
* [11.3.1. @RestController和@RequestMapping注解](II. Getting started/11.3.1. The @RestController and @RequestMapping annotations.md)
* [11.3.2. @EnableAutoConfiguration注解](II. Getting started/11.3.2. The @EnableAutoConfiguration annotation.md)
* [11.3.3. main方法](II. Getting started/11.3.3. The “main” method.md)
* [11.4. 运行示例](II. Getting started/11.4. Running the example.md)
* [11.5. 创建一个可执行jar](II. Getting started/11.5. Creating an executable jar.md)
* [12. 接下来阅读什么](II. Getting started/12. What to read next.md)