Files
my-worker/web/bin/clean.bat

19 lines
248 B
Batchfile
Raw Normal View History

@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [<5B><>Ϣ] <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD><C2B7><EFBFBD><EFBFBD>
echo.
pause
echo.
%~d0
cd %~dp0
cd ../
call mvn clean
2018-01-01 13:26:44 +08:00
pause