Skip to content

Commit fd789c5

Browse files
committed
added shell script to build and uat/demo app - default h2 oracle mode db
1 parent b4e1cc3 commit fd789c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_and_run_app.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# !/bin/bash
2+
mvn clean package -Dmaven.test.skip=true
3+
java -jar target/salesmanager-*-SNAPSHOT.jar
4+
rm *db

0 commit comments

Comments
 (0)