From 04592263586ae12c7fd0ec35ee8ea2a07acd5534 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Fri, 15 May 2015 10:21:12 +0800 Subject: [PATCH] Update 11.4. Running the example.md --- II. Getting started/11.4. Running the example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/II. Getting started/11.4. Running the example.md b/II. Getting started/11.4. Running the example.md index 5879677..530051f 100644 --- a/II. Getting started/11.4. Running the example.md +++ b/II. Getting started/11.4. Running the example.md @@ -1,6 +1,6 @@ ### 11.4. 运行示例 -到此我们的应用应该可以工作了。由于使用了`spring-boot-starter-parent` POM,这样我们就有了一个非常有用的`run`目标,我们可以用它启动程序。在项目根目录下输入`mvn spring-boot:run`来启动应用: +到此我们的应用应该可以工作了。由于使用了`spring-boot-starter-parent` POM,这样我们就有了一个非常有用的run目标,我们可以用它启动程序。在项目根目录下输入`mvn spring-boot:run`来启动应用: ```shell $ mvn spring-boot:run