From 4e1e9f4dedcccf2538e3f3af529100e0989cfe22 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Wed, 1 Mar 2023 20:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4pom=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/pom.xml b/pom.xml index 1700f04..d1b3222 100644 --- a/pom.xml +++ b/pom.xml @@ -199,9 +199,17 @@ + org.springframework.boot spring-boot-maven-plugin + ZIP + + + non-exists + non-exists + + org.projectlombok @@ -210,6 +218,42 @@ + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + + target/lib + false + false + runtime + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + **/*.properties + **/*.xml + **/*.yml + static/** + templates/** + mybatis/** + + +