2015-04-19 10:59:25 +00:00
|
|
|
Summary
|
|
|
|
===============
|
|
|
|
|
2015-04-19 11:26:50 +00:00
|
|
|
* I. Spring Boot文档
|
2015-04-19 10:59:25 +00:00
|
|
|
* [1. 关于本文档](I. Spring Boot Documentation/1. About the documentation.md)
|
2015-04-19 11:06:31 +00:00
|
|
|
* [2. 获取帮助](I. Spring Boot Documentation/2. Getting help.md)
|
|
|
|
* [3. 第一步](I. Spring Boot Documentation/3. First steps.md)
|
|
|
|
* [4. 使用Spring Boot](I. Spring Boot Documentation/4. Working with Spring Boot.md)
|
|
|
|
* [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)
|
2015-04-19 11:26:50 +00:00
|
|
|
|
|
|
|
* 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)
|
2015-04-19 11:06:31 +00:00
|
|
|
|
2015-04-19 11:43:07 +00:00
|
|
|
* III. 使用Spring Boot
|
|
|
|
* [13. 构建系统](III. Using Spring Boot/13. Build systems.md)
|
|
|
|
* [13.1. Maven](III. Using Spring Boot/13.1. Maven.md)
|
|
|
|
* [13.1.1. 继承starter parent](III. Using Spring Boot/13.1.1. Inheriting the starter parent.md)
|
|
|
|
* [13.1.2. 使用没有父POM的Spring Boot](III. Using Spring Boot/13.1.2. Using Spring Boot without the parent POM.md)
|
|
|
|
* [13.1.3. 改变Java版本](III. Using Spring Boot/13.1.3. Changing the Java version.md)
|
|
|
|
* [13.1.4. 使用Spring Boot Maven插件](III. Using Spring Boot/13.1.4. Using the Spring Boot Maven plugin.md)
|
|
|
|
* [13.2. Gradle](III. Using Spring Boot/13.2. Gradle.md)
|
|
|
|
* [13.3. Ant](III. Using Spring Boot/13.3. Ant.md)
|
|
|
|
* [13.4. Starter POMs](III. Using Spring Boot/13.4. Starter POMs.md)
|
|
|
|
* [14. 组织你的代码](III. Using Spring Boot/14. Structuring your code.md)
|
|
|
|
* [14.1. 使用"default"包](III. Using Spring Boot/14.1. Using the “default” package.md)
|
|
|
|
* [14.2. 定位main应用类](III. Using Spring Boot/14.2. Locating the main application class.md)
|
|
|
|
* [15. 配置类](III. Using Spring Boot/15. Configuration classes.md)
|
|
|
|
* [15.1. 导入其他配置类](III. Using Spring Boot/15.1. Importing additional configuration classes.md)
|
|
|
|
* [15.2. 导入XML配置](III. Using Spring Boot/15.2. Importing XML configuration.md)
|
|
|
|
* [16. 自动配置](III. Using Spring Boot/16. Auto-configuration.md)
|
|
|
|
* [16.1. 逐步替换自动配置](III. Using Spring Boot/16.1. Gradually replacing auto-configuration.md)
|
|
|
|
* [16.2. 禁用特定的自动配置](III. Using Spring Boot/16.2. Disabling specific auto-configuration.md)
|
|
|
|
* [17. Spring Beans和依赖注入](III. Using Spring Boot/17. Spring Beans and dependency injection.md)
|
|
|
|
* [18. 使用@SpringBootApplication注解](III. Using Spring Boot/18. Using the @SpringBootApplication annotation.md)
|
|
|
|
* [19. 运行应用程序](III. Using Spring Boot/19. Running your application.md)
|
|
|
|
* [19.1. 从IDE中运行](III. Using Spring Boot/19.1. Running from an IDE.md)
|
|
|
|
* [19.2. 作为一个打包后的应用运行](III. Using Spring Boot/19.2. Running as a packaged application.md)
|
|
|
|
* [19.3. 使用Maven插件运行](III. Using Spring Boot/19.3. Using the Maven plugin.md)
|
|
|
|
* [19.4. 使用Gradle插件运行](III. Using Spring Boot/19.4. Using the Gradle plugin.md)
|
|
|
|
* [19.5. 热交换](III. Using Spring Boot/19.5. Hot swapping.md)
|
|
|
|
* [20. 打包用于生产的应用程序](III. Using Spring Boot/20. Packaging your application for production.md)
|
|
|
|
* [21. 接下来阅读什么](III. Using Spring Boot/21. What to read next.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|