This website works better with JavaScript.
홈
탐색
도움말
로그인
zhongze
/
zhongze-cmp
보기
5
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
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.
5
커밋
1
브렌치
트리:
0d1bdcf11e
master
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from '0d1bdcf11e'
${ noResults }
zhongze-cmp
/
bin
/
clean.bat
clean.bat
113B
Raw
Blame
히스토리
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [信息] 清理工程target生成路径。
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause