From f891000086af5ac150fc120e1f3c781266f1d063 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期三, 21 八月 2024 17:13:57 +0800
Subject: [PATCH] 优化LAQ全景图图表,使用python生成

---
 pom.xml |   37 ++++++++++++++++++++++++++++++++++---
 1 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 74c7c23..7e50d7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,34 @@
             <optional>true</optional> <!-- 琛ㄧず渚濊禆涓嶄細浼犻�� -->
         </dependency>
 
+        <!--springboot鏀寔鍖咃紝閲岄潰鍖呮嫭浜嗚嚜鍔ㄩ厤缃被 -->
+        <dependency>
+            <groupId>org.jodconverter</groupId>
+            <artifactId>jodconverter-spring-boot-starter</artifactId>
+            <version>4.4.2</version>
+        </dependency>
+
+        <!--jodconverter 鏍稿績鍖� -->
+        <dependency>
+            <groupId>org.jodconverter</groupId>
+            <artifactId>jodconverter-core</artifactId>
+            <version>4.4.2</version>
+        </dependency>
+
+        <!--jodconverter 鏈湴鏀寔鍖� -->
+        <dependency>
+            <groupId>org.jodconverter</groupId>
+            <artifactId>jodconverter-local</artifactId>
+            <version>4.4.2</version>
+        </dependency>
+
+        <!--springboot鏀寔鍖咃紝閲岄潰鍖呮嫭浜嗚嚜鍔ㄩ厤缃被 -->
+        <dependency>
+            <groupId>org.libreoffice</groupId>
+            <artifactId>ridl</artifactId>
+            <version>7.2.0</version>
+        </dependency>
+
         <!-- Mysql椹卞姩鍖� -->
         <dependency>
             <groupId>mysql</groupId>
@@ -376,11 +404,14 @@
         <dependency>
             <groupId>com.aspose</groupId>
             <artifactId>words</artifactId>
-            <version>21.1</version>
+            <version>23.4</version>
         </dependency>
 
+
+
+
     </dependencies>
-    <!--<build>
+    <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -405,5 +436,5 @@
                 </executions>
             </plugin>
         </plugins>
-    </build>-->
+    </build>
 </project>
\ No newline at end of file

--
Gitblit v1.9.1