dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!195 修复【增加对空字符串参数的过滤】提交的参数判断问题 Merge pull request !195 from 清溪先生/master
若依
2022-06-13
7af84cb923a649288a4232d95e1f19739adab336
[sgd.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