Added spring-boot start/stop goals

```spring-boot:start``` and ```spring-boot:stop``` are missing see reference below :

http://docs.spring.io/spring-boot/docs/current/maven-plugin/index.html
This commit is contained in:
SALES 2016-06-13 14:13:36 +11:00 committed by GitHub
parent 3ce22281db
commit 77aa19bb4b

View File

@ -134,7 +134,7 @@ function listMavenCompletions {
# tomee # tomee
tomee:run tomee:run-war tomee:run-war-only tomee:stop tomee:deploy tomee:undeploy tomee:run tomee:run-war tomee:run-war-only tomee:stop tomee:deploy tomee:undeploy
# spring-boot # spring-boot
spring-boot:run spring-boot:repackage spring-boot:run spring-boot:repackage spring-boot:start spring-boot:stop
# exec # exec
exec:exec exec:java exec:exec exec:java
# versions # versions