Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 737a353

Browse files
committed
Merge branch '6.2.x'
2 parents d8bc6fb + f128d3a commit 737a353

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ Grails integrations with Spring Boot
55

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

8-
98
To run Spring Boot App
9+
```shell
10+
sdk env
11+
./gradlew :gsp-example:bootRun
12+
```
13+
14+
To run Spring Boot Script App
1015
```shell
1116
cd sample-apps/gsp/script
1217
sdk env

0 commit comments

Comments
 (0)