Sign in

wms / wms-cloud-server · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms-cloud-server
  • bin
  • clean.bat
  • 1
    7753c4b6
    DESKTOP-AO0VKC8\mahua authored
    2020-09-25 08:53:42 +0800  
    Browse Code »
clean.bat 92 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
@echo off
echo.
echo [ÐÅÏ¢] ÇåÀíÉú³É·¾¶¡£
echo.

%~d0
cd %~dp0

cd ..
call mvn clean

pause