mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
12 lines
102 B
Batchfile
12 lines
102 B
Batchfile
|
|
@echo off
|
|||
|
|
echo.
|
|||
|
|
echo [<5B><>Ϣ] <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>target<65><74><EFBFBD><EFBFBD>·<EFBFBD><C2B7><EFBFBD><EFBFBD>
|
|||
|
|
echo.
|
|||
|
|
|
|||
|
|
%~d0
|
|||
|
|
cd %~dp0
|
|||
|
|
|
|||
|
|
cd ..
|
|||
|
|
call mvn clean
|
|||
|
|
|
|||
|
|
pause
|