From 78fff9079230196b215265366144ba78659b5f0e Mon Sep 17 00:00:00 2001 From: Scott Murphy Date: Mon, 11 Nov 2024 17:25:59 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 663db70..e313bad 100644 --- a/README.md +++ b/README.md @@ -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