From fff73372b4b443d2920f09d2e83702fec07521a6 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 22 五月 2024 12:02:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/pom.xml b/pom.xml
index e2408eb..3ad2269 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
         <mysql.version>8.0.17</mysql.version>
         <spring.boot.version>2.1.6.RELEASE</spring.boot.version>
         <mapstruct.version>1.4.1.Final</mapstruct.version>
+        <easyExcel.version>3.3.2</easyExcel.version>
     </properties>
 
 
@@ -69,6 +70,15 @@
 
 
     <dependencies>
+
+        <!-- easy excel -->
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>easyexcel</artifactId>
+            <version>${easyExcel.version}</version>
+        </dependency>
+
+
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-security</artifactId>
@@ -249,17 +259,10 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <configuration>
-                    <fork>true</fork>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.8.1</version>
                 <configuration>
-                    <skipTests>true</skipTests>
                 </configuration>
             </plugin>
         </plugins>

--
Gitblit v1.8.0