From fade99da94325e13e5dc70fd781e5021d2a56f5d Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期五, 12 四月 2024 15:26:46 +0800
Subject: [PATCH] 图片链接显示方法封装和使用。 解决烟草后台本机无法查看图片的问题。

---
 xboot-modules/xboot-your/pom.xml |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/xboot-modules/xboot-your/pom.xml b/xboot-modules/xboot-your/pom.xml
index 907f247..54292c5 100644
--- a/xboot-modules/xboot-your/pom.xml
+++ b/xboot-modules/xboot-your/pom.xml
@@ -17,5 +17,29 @@
             <artifactId>artemis-http-client</artifactId>
             <version>1.1.2</version>
         </dependency>
+        <!-- Excel瀵煎叆瀵煎嚭鎻掍欢-->
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>easyexcel</artifactId>
+            <version>2.2.2</version>
+        </dependency>
+        <!--&lt;!&ndash; Excel瀵煎叆瀵煎嚭鎻掍欢 &ndash;&gt;-->
+        <!--<dependency>-->
+            <!--<groupId>com.wuwenze</groupId>-->
+            <!--<artifactId>ExcelKit</artifactId>-->
+            <!--<version>2.0.72</version>-->
+        <!--</dependency>-->
+        <dependency>
+            <groupId>org.eclipse.paho</groupId>
+            <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
+            <version>1.2.0</version>
+        </dependency>
+
+        <dependency>
+            <groupId>cn.exrick</groupId>
+            <artifactId>xboot-file</artifactId>
+            <version>1.0-SNAPSHOT</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 </project>
\ No newline at end of file

--
Gitblit v1.9.1