RuoYi/bin/clean.bat

14 lines
105 B
Batchfile

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