This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
file_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.
18
Commits
1
Branch
1.9 MiB
Java
57.4%
Vue
29%
JavaScript
8.1%
PLSQL
2.6%
HTML
1.3%
Other
1.3%
Tree:
e2d51ba05a
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e2d51ba05a'
${ noResults }
file_api
/
bin
/
clean.bat
12 lines
102 B
Raw
Blame
History
@echo off
echo.
echo [信息] 清理工程target生成路径。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause