mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-06-07 14:39:03 +00:00
12 lines
103 B
Batchfile
12 lines
103 B
Batchfile
@echo off
|
|
echo.
|
|
echo [信息] 清理生成路径。
|
|
echo.
|
|
|
|
%~d0
|
|
cd %~dp0
|
|
|
|
cd ..
|
|
call mvn clean
|
|
|
|
pause |