An open API service indexing awesome lists of open source software.

https://github.com/grails/grails-boot

Grails integrations with Spring Boot
https://github.com/grails/grails-boot

Last synced: over 1 year ago
JSON representation

Grails integrations with Spring Boot

Awesome Lists containing this project

README

          

grails-boot
===========

Grails integrations with Spring Boot

GORM Spring Boot plugins have been moved to [boot-plugins](https://github.com/grails/grails-data-mapping/tree/6.1.x/boot-plugins)

To run Spring Boot App
```shell
sdk env
./gradlew :gsp-example:bootRun
```

To run Spring Boot Groovy Script
```shell
cd sample-apps/gsp/script
sdk env
groovy -Dgroovy.grape.report.downloads=true app.groovy
```