BAEL-20869 Move remaining spring boot modules
This commit is contained in:
17
spring-boot-modules/spring-boot-cli/bash/groovy.sh
Normal file
17
spring-boot-modules/spring-boot-cli/bash/groovy.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "Run Groovy Service or Script"
|
||||
echo "spring run app.groovy"
|
||||
spring run app.groovy
|
||||
echo
|
||||
|
||||
echo "Watch Groovy Service or Script"
|
||||
echo "spring run app.groovy --watch"
|
||||
spring run app.groovy --watch
|
||||
echo
|
||||
|
||||
echo "Spring Shell"
|
||||
echo "spring shell"
|
||||
spring shell
|
||||
echo "now enter a spring command..."
|
||||
echo
|
||||
Reference in New Issue
Block a user