diff --git a/mvn test.bat b/mvn test.bat new file mode 100644 index 00000000..acda1e6e --- /dev/null +++ b/mvn test.bat @@ -0,0 +1,11 @@ + +:: 整体test +call mvn clean test + + +:: 最后打印 +echo; +echo; +echo ----------- test end ----------- +echo; +pause \ No newline at end of file