From 359f1d48b1d859a23cd35a425d2cffb1e9d1c811 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期五, 26 十二月 2025 19:58:59 +0800
Subject: [PATCH] 修改了对应代码

---
 ruoyi-admin/pom.xml |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 37417c9..3f00a86 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -17,6 +17,28 @@
 
     <dependencies>
 
+        <!-- Poi-tl Word 妯℃澘寮曟搸-->
+        <dependency>
+            <groupId>com.deepoove</groupId>
+            <artifactId>poi-tl</artifactId>
+            <version>1.9.1</version>
+        </dependency>
+        <dependency>
+            <groupId>com.aspose</groupId>
+            <artifactId>aspose-cells</artifactId>
+            <version>8.5.2</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/libs/aspose-cells-8.5.2.jar</systemPath>
+        </dependency>
+        <dependency>
+            <groupId>com.aspose</groupId>
+            <artifactId>aspose-words</artifactId>
+            <version>14.9.0</version>
+            <scope>system</scope>
+            <systemPath>${project.basedir}/libs/aspose-words-14.9.0-jdk16.jar</systemPath>
+        </dependency>
+
+
         <!-- spring-boot-devtools -->
 <!--        <dependency>-->
 <!--            <groupId>org.springframework.boot</groupId>-->
@@ -117,11 +139,15 @@
 
     <build>
         <plugins>
+
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <version>2.5.15</version>
                 <configuration>
+
+                    <includeSystemScope>true</includeSystemScope>
+                    <mainClass>com.ruoyi.RuoYiApplication</mainClass>
                     <fork>true</fork> <!-- 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 -->
                 </configuration>
                 <executions>
@@ -147,9 +173,16 @@
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
+                    <encoding>UTF-8</encoding>
+<!--                    <compilerArgs>-->
+<!--                        <arg>-XDignore.symbol.file</arg>-->
+<!--                    </compilerArgs>-->
+<!--                    <fork>true</fork>-->
                 </configuration>
             </plugin>
+
         </plugins>
+
         <finalName>${project.artifactId}</finalName>
     </build>
 

--
Gitblit v1.9.1