liusheng
2024-07-24 b700ed6963d12a004b2d000e2446b4ef31aac0f0
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ÇåÀí¹¤³ÌtargetÉú³É·¾¶¡£
echo.
 
%~d0
cd %~dp0
 
cd ..
call mvn clean
 
pause