From bc9dbd38ba8c4cda1afa1b581ba472b229875bc0 Mon Sep 17 00:00:00 2001 From: DaiShuaishuai <81281057+DaiShuaishuai@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:52:17 +0800 Subject: [PATCH] Update pom.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新pom.xml 文件打包插件配置 --- pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 6fa52e5..f0518f2 100644 --- a/pom.xml +++ b/pom.xml @@ -58,21 +58,21 @@ - org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 + org.springframework.boot + spring-boot-maven-plugin + + + package + + repackage + + + - true - - - - org.apache.maven.plugins - maven-compiler-plugin - - 8 - 8 + true + cn.dashan.chatbot.ChatBotApplication - \ No newline at end of file +