mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
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:
parent
3ce22281db
commit
77aa19bb4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue