From 9d85d618622a3d89c6419fb9d2d0707f83c0875c Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期五, 13 六月 2025 18:39:15 +0800
Subject: [PATCH] art:sap接口集成打包问题修改

---
 pom.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 748bf31..f02efdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -534,6 +534,10 @@
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+            </plugin>
             <!-- 鎸囧畾JDK缂栬瘧鐗堟湰 -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -581,6 +585,14 @@
                     <include>**/*.ftl</include>
                 </includes>
             </resource>
+            <resource>
+                <!--澶栭儴jar瀛樻斁璺緞-->
+                <directory>${project.basedir}/src/main/resources/lib</directory>
+                <targetPath>BOOT-INF/lib/</targetPath>
+                <includes>
+                    <include>**/*.jar</include>
+                </includes>
+            </resource>
         </resources>
     </build>
 

--
Gitblit v1.9.3