From 869e24fdc65d22b8c1d761deba8fb15a2f0fa5cb Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Wed, 18 Mar 2015 00:41:34 +0800 Subject: [PATCH] Update 13.1.1. Inheriting the starter parent.md --- .../13.1.1. Inheriting the starter parent.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/III. Using Spring Boot/13.1.1. Inheriting the starter parent.md b/III. Using Spring Boot/13.1.1. Inheriting the starter parent.md index e69de29..1af29ee 100644 --- a/III. Using Spring Boot/13.1.1. Inheriting the starter parent.md +++ b/III. Using Spring Boot/13.1.1. Inheriting the starter parent.md @@ -0,0 +1,12 @@ +### 13.1.1. 继承starter parent + +想配置你的项目继承`spring-boot-starter-parent`只需要简单地设置`parent`为: +```xml + + + org.springframework.boot + spring-boot-starter-parent + 1.3.0.BUILD-SNAPSHOT + +``` +**注**:你应该只需要在该依赖上指定Spring Boot版本。如果导入其他的starters,你可以放心的省略版本号。