This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
rpa
/
eladmin-api
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Rap分销系统Api
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8
Commits
2
Branches
5.4MB
Tree:
ca2da6b793
dev-lcr
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ca2da6b793'
${ noResults }
eladmin-api
/
bin
/
clean.bat
12 lines
102B
Raw
Blame
History
@echo off
echo.
echo [信息] 清理工程target生成路径。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause