From 84d2cebc581878fb336e8c70861d680147ec2e89 Mon Sep 17 00:00:00 2001
From: linzhijie <1003392067@qq.com>
Date: 星期四, 13 四月 2023 17:39:02 +0800
Subject: [PATCH] 新增CIAQ模板

---
 pom.xml |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 53a6423..1cacb14 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>

--
Gitblit v1.9.1