This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3-jdo in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git
commit 129cafb5bb52ed76ac7050d3851bc788409489b8 Author: Dan Haywood <[email protected]> AuthorDate: Thu Nov 13 06:49:34 2025 +0000 adds build.sh and run.sh --- build.sh | 1 + run.sh | 1 + 2 files changed, 2 insertions(+) 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..c30cde7 --- /dev/null +++ b/run.sh @@ -0,0 +1 @@ +mvn spring-boot:run -pl webapp
