script to install and run

This commit is contained in:
Moshow郑锴 2022-07-02 17:54:12 +08:00
parent a658ff5a0b
commit 781a7ff4ca
2 changed files with 9 additions and 0 deletions

5
@install.cmd Normal file
View File

@ -0,0 +1,5 @@
REM JDK must equal or more than : 11
java -version
REM maven installing libraries
mvn clean compile
pause

4
@run.cmd Normal file
View File

@ -0,0 +1,4 @@
java -jar "./generator-web/target/generator-web-3.0.jar"
pause
mvn clean compile package
pause