mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-18 01:06:40 +08:00
12 lines
113 B
Batchfile
12 lines
113 B
Batchfile
@echo off
|
|
echo.
|
|
echo [信息] 清理工程target生成路径。
|
|
echo.
|
|
|
|
%~d0
|
|
cd %~dp0
|
|
|
|
cd ..
|
|
call mvn clean
|
|
|
|
pause |