Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 290 Bytes

readme.md

File metadata and controls

29 lines (23 loc) · 290 Bytes

###quick start

  1. edit demo app.groovy
  2. edit demo pom.xml
  3. install springboot cli
brew install springboot
  1. build run
spring run app.groovy
  1. enjoy it!

###push online

mvn package
java -jar target.jar

###springboot cli

spring init --list