From b5fc218fa1e83dab2ea03d61c56ca4e8411cc384 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Wed, 22 Apr 2015 23:32:15 +0800 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SUMMARY.md b/SUMMARY.md index effbe59..3ef572c 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -250,6 +250,15 @@ Summary * [57. 接下来阅读什么](VII. Spring Boot CLI/57. What to read next.md) +* VIII. 构建工具插件 + * [58. Spring Boot Maven插件](VIII. Build tool plugins/58. Spring Boot Maven plugin.md) + * [58.1. 包含该插件](VIII. Build tool plugins/58.1. Including the plugin.md) + * [58.2. 打包可执行jar和war文件](VIII. Build tool plugins/58.2. Packaging executable jar and war files.md) + * [59. Spring Boot Gradle插件](VIII. Build tool plugins/59. Spring Boot Gradle plugin.md) + * [59.1. 包含该插件](VIII. Build tool plugins/59.1. Including the plugin.md) + * [59.2. 声明不带版本的依赖](VIII. Build tool plugins/59.2. Declaring dependencies without versions.md) + * [59.2.1. 自定义版本管理](VIII. Build tool plugins/59.2.1. Custom version management.md) + * [59.3. 默认排除规则](VIII. Build tool plugins/59.3. Default exclude rules.md)