Files
education/backend/bin/clean.bat
T
2026-08-18 09:49:02 +08:00

12 lines
110 B
Batchfile

@echo off
echo.
echo [信息] 清理所有target目录文件
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause