济菏高速数据中心代码
 
 
 
 
 

12 lines
102 B

@echo off
echo.
echo [信息] 清理工程target生成路径。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause