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 | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml index 78d280f..6b4a384 100644 --- a/ycl-platform/pom.xml +++ b/ycl-platform/pom.xml @@ -36,6 +36,13 @@ <version>1.0.0</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>com.alibaba.xxpt</groupId> + <artifactId>zwdd</artifactId> + <version>1.2.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/src/main/resources/libs/zwdd-sdk-java-1.2.0.jar</systemPath> + </dependency> </dependencies> <!-- <build>--> @@ -111,7 +118,9 @@ lombok.launch.AnnotationProcessorHider$AnnotationProcessor </annotationProcessor> </annotationProcessors> - + <compilerArguments> + <extdirs>${project.basedir}/src/main/resources/libs</extdirs> + </compilerArguments> </configuration> </plugin> @@ -130,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