wlzboy
4 小时以前 5f2ee03958a1a16dc27195c76ea7cffb422c95d1
1
2
3
4
5
6
7
8
9
@echo off
echo Running SmsService tests...
cd /d "D:\project\急救转运\code\Api\RuoYi-Vue-master"
echo.
echo Running all SMS service tests...
mvn test -pl ruoyi-system -Dtest=com.ruoyi.system.service.impl.SmsServiceAllTests
echo.
echo All tests completed.
pause