Skip to content

Commit 781a7ff

Browse files
committed
script to install and run
1 parent a658ff5 commit 781a7ff

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

@install.cmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
REM JDK must equal or more than : 11
2+
java -version
3+
REM maven installing libraries
4+
mvn clean compile
5+
pause

@run.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
java -jar "./generator-web/target/generator-web-3.0.jar"
2+
pause
3+
mvn clean compile package
4+
pause

0 commit comments

Comments
 (0)