readd mom-backend dir

This commit is contained in:
panchengyong
2026-03-06 02:12:34 +08:00
parent 2e34c74cf4
commit 442bc4f028
1656 changed files with 325161 additions and 0 deletions

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