Update 11.4. Running the example.md

master
qibaoguang 2015-05-15 10:21:12 +08:00
parent 9ed81e5462
commit 0459226358
1 changed files with 1 additions and 1 deletions

View File

@ -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