From c8ace3182393d64990e11b4bc05ce9e53203b393 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 17 八月 2023 10:11:46 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server

---
 ycl-platform/pom.xml |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml
index 67a9c94..6b4a384 100644
--- a/ycl-platform/pom.xml
+++ b/ycl-platform/pom.xml
@@ -118,7 +118,9 @@
                             lombok.launch.AnnotationProcessorHider$AnnotationProcessor
                         </annotationProcessor>
                     </annotationProcessors>
-
+                    <compilerArguments>
+                        <extdirs>${project.basedir}/src/main/resources/libs</extdirs>
+                    </compilerArguments>
                 </configuration>
             </plugin>
 
@@ -137,8 +139,21 @@
                 </configuration>
             </plugin>
         </plugins>
-    </build>
 
+        <!-- 涓昏閰嶇疆锛氬皢寮曠敤鐨勭涓夋柟 jar 鍖呮墦杩涚敓鎴愮殑 jar 鏂囦欢鐨� BOOT-INF/lib 鐩綍涓� -->
+        <resources>
+            <resource>
+                <directory>src\main\resources\libs</directory>
+                <targetPath>BOOT-INF\lib</targetPath>
+                <!--  <includes>
+                      <include>**/*.jar</include>
+                  </includes>-->
+            </resource>
+            <resource>
+                <directory>src/main/resources</directory>
+            </resource>
+        </resources>
+    </build>
 
 
 

--
Gitblit v1.8.0