###quick start
- edit demo app.groovy
- edit demo pom.xml
- install springboot cli
brew install springboot
- build run
spring run app.groovy
- enjoy it!
###push online
mvn package
java -jar target.jar
###springboot cli
spring init --list
###quick start
brew install springboot
spring run app.groovy
###push online
mvn package
java -jar target.jar
###springboot cli
spring init --list