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
- Host: GitHub
- URL: https://github.com/grails/grails-boot
- Owner: grails
- License: apache-2.0
- Created: 2014-02-07T09:13:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T01:47:37.000Z (over 1 year ago)
- Last Synced: 2025-02-26T00:06:16.775Z (over 1 year ago)
- Language: Java
- Size: 323 KB
- Stars: 33
- Watchers: 14
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```