Update 11.4. Running the example.md
parent
9ed81e5462
commit
0459226358
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue