代码提交

This commit is contained in:
chy
2026-03-23 13:48:34 +08:00
commit 4dbe762e2c
1880 changed files with 200143 additions and 0 deletions

12
bin/clean.bat Normal file
View File

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