We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a658ff5 commit 781a7ffCopy full SHA for 781a7ff
@install.cmd
@@ -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
@@ -0,0 +1,4 @@
+java -jar "./generator-web/target/generator-web-3.0.jar"
+mvn clean compile package
0 commit comments