This repository has been archived on 2025-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
Files
springboot-xinda-dev/bin/clean.bat
Administrator 867209e6dd 111
2025-01-20 20:09:10 +08:00

12 lines
102 B
Batchfile

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