同步升级3.0

This commit is contained in:
疯狂的狮子li
2020-07-20 10:41:32 +08:00
286 changed files with 6175 additions and 5603 deletions

12
bin/clean.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
echo.
echo [信息] 清理生成路径。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause