1
0
mirror of synced 2026-05-22 14:43:15 +00:00
Files
Sa-Token/mvn test.bat
T

11 lines
115 B
Batchfile
Raw Normal View History

2022-08-31 17:06:28 +08:00
:: 整体test
call mvn clean test
:: 最后打印
echo;
echo;
echo ----------- test end -----------
echo;
pause