From 86e28959c8fcbcb8a0ca756fc0b2e8d0dccf06e2 Mon Sep 17 00:00:00 2001 From: "MSI\\letre" Date: Fri, 27 Jun 2025 11:16:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed227e3..cb4f868 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ #ExamLocalhost +#【项目打包】mvn clean package "-Dmaven.test.skip=true" +#【项目生成可执行EXE】jpackage --type app-image --name judgement --input target --main-jar exam.jar --main-class org.springframework.boot.loader.launch.JarLauncher --java-options "-Xmx512m" --win-console \ No newline at end of file