From 29a8cd78c60197495cf838172a2efdfbbf283950 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sat, 16 May 2015 10:04:40 +0800 Subject: [PATCH] Update 13.1.4. Using the Spring Boot Maven plugin.md --- .../13.1.4. Using the Spring Boot Maven plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/III. Using Spring Boot/13.1.4. Using the Spring Boot Maven plugin.md b/III. Using Spring Boot/13.1.4. Using the Spring Boot Maven plugin.md index 522044e..703e405 100644 --- a/III. Using Spring Boot/13.1.4. Using the Spring Boot Maven plugin.md +++ b/III. Using Spring Boot/13.1.4. Using the Spring Boot Maven plugin.md @@ -1,6 +1,6 @@ ### 13.1.4. 使用Spring Boot Maven插件 -Spring Boot包含一个[Maven插件](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#build-tool-plugins-maven-plugin),它可以将项目打包成一个可执行jar。如果想使用它,你可以将该插件添加到``节点处: +Spring Boot包含一个[Maven插件](../VIII. Build tool plugins/58. Spring Boot Maven plugin.md),它可以将项目打包成一个可执行jar。如果想使用它,你可以将该插件添加到``节点处: ```xml