This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
pet-admin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
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.
29
Commits
2
Branches
382 MiB
Java
56.9%
Vue
35.5%
JavaScript
6%
HTML
0.7%
CSS
0.6%
Other
0.2%
Tree:
9750bcfcfb
master
tb-branch
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '9750bcfcfb'
${ noResults }
pet-admin
/
bin
/
clean.bat
12 lines
102 B
Raw
Blame
History
@
echo
off
echo
.
echo
[信息] 清理工程target生成路径。
echo
.
%~d0
cd
%~dp0
cd
..
call
mvn clean
pause