From ee098c66d2ba6fac036275db180709d2bf737bc0 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 01 三月 2023 14:57:40 +0800
Subject: [PATCH] 增加属性

---
 pom.xml |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index aace8f0..d8a76c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,21 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
         </dependency>
+        <dependency>
+            <groupId>net.sf</groupId>
+            <artifactId>jni4net</artifactId>
+            <version>0.8.8.0</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/src/main/resources/jni/jni4net.j-0.8.8.0.jar</systemPath>
+        </dependency>
+
+        <dependency>
+            <groupId>com.led</groupId>
+            <artifactId>show</artifactId>
+            <version>0.0.1</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/src/main/resources/jni/LedShow.j4n.jar</systemPath>
+        </dependency>
     </dependencies>
 
     <build>
@@ -193,8 +208,9 @@
                                     <directory>src/main/resources</directory>
                                     <!-- 鎸囧畾鍙備笌鏋勫缓鐨剅esoures-->
                                     <includes>
-                                        <include>*.**</include>
+                                        <include>**/*</include>
                                     </includes>
+                                    <filtering>true</filtering>
                                 </resource>
                             </resources>
                             <outputDirectory>1-running/config</outputDirectory>

--
Gitblit v1.9.1