BookManagement/bin/clean.bat
zhanghongyu04 47374f9648 初始化
2025-01-04 20:49:06 +08:00

12 lines
102 B
Batchfile

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