dashboard
repositories
filestore
activity
search
login
main
/
tg-java
tg网页版,后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交代码
zj
2025-05-06
0a5de93f4212f260ddc65c9317632429e828c7dd
[tg-java.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