This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
ruoyi
/
RuoYi-Vue
oglindă de
https://gitee.com/y_project/RuoYi-Vue.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
1f07641d9b
Ramuri
Etichete
master
springboot3
v3.9.0
v3.8.9
v3.8.8
v3.8.7
v3.8.6
v3.8.5
v3.8.4
v3.8.3
v3.8.2
v3.8.1
v3.8.0
v3.7.0
v3.6.0
v3.5.0
v3.4.0
v3.3.0
v3.2.1
v3.2
v3.1
v3.0
v2.3
v2.2
v2.1
v2.0
v1.0
RuoYi-Vue
/
bin
/
clean.bat
clean.bat
113 B
Istoric
Crud
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