代码提交

This commit is contained in:
inrgihc
2020-08-31 00:11:24 +08:00
commit 1f2565d40e
215 changed files with 20016 additions and 0 deletions

10
build.cmd Normal file
View File

@@ -0,0 +1,10 @@
@echo off
echo "Clean Project ..."
call mvn clean -f pom.xml
echo "Build Project ..."
call mvn package -f pom.xml -D"maven.test.skip=true"
:exit
pause