Adam InTae Gerard 323f5bf370 BAEL-1635: Spring Boot CLI (#3886)
* BAEL-1635: Spring Boot CLI

* Modified packages for consistent naming
2018-03-31 13:45:58 -05:00

17 lines
319 B
Bash

#!/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