From a8eb5a3d9d87604b29bd5cd8c0c4e984508127a5 Mon Sep 17 00:00:00 2001 From: "review512jwy@163.com" <“review512jwy@163.com”> Date: Thu, 23 Apr 2026 12:34:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=89=93=E5=8C=85=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 68 +++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 54 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 5ee974b..e46ac71 100644 --- a/pom.xml +++ b/pom.xml @@ -324,32 +324,72 @@ ${project.artifactId} - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - org.apache.maven.plugins maven-jar-plugin - 3.3.0 - **/application.yml **/application-dev.yml **/application-prod.yml + + + lib/ + true + com.youlai.boot.YouLaiBootApplication + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + + ${project.build.directory}/lib + false + false + runtime + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + UTF-8 + true + + xlsx + xls + zip + xdb + + + + + src/main/resources + + **/*.* + + true + +