RuoYi/bin/clean.bat

12 lines
101 B
Batchfile
Raw Normal View History

2018-11-25 17:27:57 +08:00
@echo off
echo.
echo [信息] 清理生成路径。
2018-11-25 17:27:57 +08:00
echo.
2019-06-01 14:12:40 +08:00
%~d0
2018-11-25 17:27:57 +08:00
cd %~dp0
2019-06-01 14:12:40 +08:00
cd ..
2018-11-25 17:27:57 +08:00
call mvn clean
pause