dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复缓存列表页面变量名错误导致错误
zbk
2022-06-26
2ae41df23b73cdfbb2f8c32b1ef019ed6a06ea27
[expert_management.git]
/
bin
/
clean.bat
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