Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 430 Bytes

spring-cli-groovy

Install spring boot cli from here

To run the application

spring run app.groovy

To create a spring boot jar file

spring jar app.jar app.groovy

app.groovy is a similar one file web application as demonstrated in the Node.JS about page.