dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
!196 修正OpenFeign部分情况下传递header中Authorization参数值为空导致获取用户信息失败问题 Merge pull req...
若依
2022-06-13
9b35679ba693d08560e79a2a1710513b7bda371d
[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