This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_agentcenter_api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
代理记账中心后端
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.
30
Commits
1
Branch
1.3 MiB
Java
99.7%
Batchfile
0.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
nsgk_agentcenter_api
/
bin
/
clean.bat
12 lines
102 B
Raw
Permalink
Blame
History
@echo off
echo.
echo [信息] 清理工程target生成路径。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause