This commit is contained in:
2026-06-10 15:38:37 +08:00
commit 40d97c0d7b
1629 changed files with 222030 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
echo.
echo [信息] 打包Web工程,生成war/jar包文件。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean package -Dmaven.test.skip=true
pause