diff --git a/SUMMARY.md b/SUMMARY.md index f0de6436..e841210c 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -36,14 +36,15 @@ * [12. 接下来阅读什么](II. Getting started/12. What to read next.md) * [III. 使用Spring Boot](III. Using Spring Boot/README.md) * [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) + * [13.1. 依赖管理](III. Using Spring Boot/13.1. Dependency management.md) + * [13.2. Maven](III. Using Spring Boot/13.2. Maven.md) + * [13.2.1. 继承starter parent](III. Using Spring Boot/13.2.1. Inheriting the starter parent.md) + * [13.2.2. 使用没有父POM的Spring Boot](III. Using Spring Boot/13.2.2. Using Spring Boot without the parent POM.md) + * [13.2.3. 改变Java版本](III. Using Spring Boot/13.2.3. Changing the Java version.md) + * [13.2.4. 使用Spring Boot Maven插件](III. Using Spring Boot/13.2.4. Using the Spring Boot Maven plugin.md) + * [13.3. Gradle](III. Using Spring Boot/13.3. Gradle.md) + * [13.4. Ant](III. Using Spring Boot/13.4. Ant.md) + * [13.5. Starters](III. Using Spring Boot/13.5. Starters.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) @@ -61,8 +62,8 @@ * [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) + * [20. 打包用于生产的应用程序](III. Using Spring Boot/21. Packaging your application for production.md) + * [21. 接下来阅读什么](III. Using Spring Boot/22. What to read next.md) * [IV. Spring Boot特性](IV. Spring Boot features/README.md) * [22. SpringApplication](IV. Spring Boot features/22. SpringApplication.md) * [22.1. 自定义Banner](IV. Spring Boot features/22.1. Customizing the Banner.md)