Skip to content

Commit

Permalink
Merge branch '6.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 12, 2024
2 parents d8bc6fb + f128d3a commit 737a353
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ Grails integrations with Spring Boot

GORM Spring Boot plugins have been moved to https://github.com/grails/grails-data-mapping/tree/master/boot-plugins


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

To run Spring Boot Script App
```shell
cd sample-apps/gsp/script
sdk env
Expand Down

0 comments on commit 737a353

Please sign in to comment.