From 984a3835f2d9dfa4f3d0bbe9795a1c79ce86738f Mon Sep 17 00:00:00 2001 From: gagafans3 <7553583+gagafans3@user.noreply.gitee.com> Date: Tue, 12 May 2020 09:15:55 +0800 Subject: [PATCH] update core/run.bat. --- core/run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/run.bat b/core/run.bat index ab1bab3..41cc357 100644 --- a/core/run.bat +++ b/core/run.bat @@ -1,4 +1,4 @@ call mvn clean compile cd target\classes java -classpath ".;*" com.github.drinkjava2.frog.Application -@pause \ No newline at end of file +@pause/classes \ No newline at end of file -- Gitee