Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 191 Bytes

File metadata and controls

11 lines (9 loc) · 191 Bytes

Groovy script based boot example

Install spring boot cli then execute

spring run application.groovy

To create a jar file

 spring jar app.jar application.groovy