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

18 lines
241 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.
%~d0
cd %~dp0
2018-04-17 20:55:22 +08:00
cd ..
call mvn clean
2019-12-31 14:52:03 +08:00
cd bin
2018-01-01 13:26:44 +08:00
pause