From 436e03fe73a19bd485e23f78da5d851bbfe85d25 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 08 八月 2023 20:14:44 +0800
Subject: [PATCH] 1

---
 pom.xml |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3c63189..14bae42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
         <relativePath/>
     </parent>
     <!--鎵撳寘鎴恓ar銆亀ar-->
-    <packaging>jar</packaging>
+    <packaging>war</packaging>
 
     <groupId>com</groupId>
     <artifactId>yssh</artifactId>
@@ -53,10 +53,10 @@
             <artifactId>spring-boot-starter-web</artifactId>
             <!--鎺掗櫎鍐呯疆tomcat瀹瑰櫒锛岃澶栭儴瀹瑰櫒杩愯spring-boot椤圭洰-->
             <exclusions>
-                <!--exclusion>
+                <exclusion>
                     <groupId>org.springframework.boot</groupId>
                     <artifactId>spring-boot-starter-tomcat</artifactId>
-                </exclusion-->
+                </exclusion>
                 <!--<exclusion>
                     <groupId>org.apache.logging.log4j</groupId>
                     <artifactId>log4j-api</artifactId>
@@ -286,6 +286,12 @@
             <artifactId>caffeine</artifactId>
             <version>2.9.3</version>
         </dependency>
+        <!--easyexcel-->
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>easyexcel</artifactId>
+            <version>2.2.10</version>
+        </dependency>
     </dependencies>
 
     <profiles>

--
Gitblit v1.9.3