This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-3.5.0-RC1-jpa
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git

commit 2dcbdff80be62e83466f0b5b4ba0c25700974eb6
Author: Dan Haywood <[email protected]>
AuthorDate: Wed Oct 29 06:31:33 2025 +0000

    adds run.sh and build.sh
    
    fixes run.sh
---
 README.adoc | 2 ++
 build.sh    | 1 +
 run.sh      | 1 +
 3 files changed, 4 insertions(+)

diff --git a/README.adoc b/README.adoc
index 1e38534..9258def 100644
--- a/README.adoc
+++ b/README.adoc
@@ -35,6 +35,7 @@ cd $REPO
 * Build using Maven:
 +
 [source,bash]
+.build.sh
 ----
 mvn clean install
 ----
@@ -42,6 +43,7 @@ mvn clean install
 * Run using Maven:
 +
 [source,bash]
+.run.sh
 ----
 mvn spring-boot:run
 ----
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..b39292e
--- /dev/null
+++ b/build.sh
@@ -0,0 +1 @@
+mvn clean install
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..9c2972f
--- /dev/null
+++ b/run.sh
@@ -0,0 +1 @@
+mvn spring-boot:run

Reply via email to