From 279c4b6df0d4642d46f4c86179853e7559983f72 Mon Sep 17 00:00:00 2001 From: 13766800364 <13766800364@qq.com> Date: Thu, 9 Oct 2025 16:12:06 +0800 Subject: [PATCH] Add File --- core/run.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/run.bat diff --git a/core/run.bat b/core/run.bat new file mode 100644 index 0000000..0156beb --- /dev/null +++ b/core/run.bat @@ -0,0 +1,3 @@ +call mvn clean compile +cd target\classes +java -classpath ".;*" com.gitee.drinkjava2.frog.Application \ No newline at end of file