Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 410 Bytes

grails-boot

Grails integrations with Spring Boot

GORM Spring Boot plugins have been moved to boot-plugins

To run Spring Boot App

 sdk env
 ./gradlew :gsp-example:bootRun

To run Spring Boot Groovy Script

 cd sample-apps/gsp/script
 sdk env
 groovy -Dgroovy.grape.report.downloads=true app.groovy