|
|
@@ -2,7 +2,7 @@
|
|
2
|
2
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
3
|
3
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
4
|
4
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
5
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
5
|
+ <modelVersion>4.0.0</modelVersion>
|
|
6
|
6
|
|
|
7
|
7
|
<groupId>com.sundot.airport</groupId>
|
|
8
|
8
|
<artifactId>airport</artifactId>
|
|
|
@@ -35,6 +35,7 @@
|
|
35
|
35
|
<logback.version>1.2.13</logback.version>
|
|
36
|
36
|
<spring-security.version>5.7.12</spring-security.version>
|
|
37
|
37
|
<spring-framework.version>5.3.39</spring-framework.version>
|
|
|
38
|
+ <easyexcel.version>4.0.3</easyexcel.version>
|
|
38
|
39
|
</properties>
|
|
39
|
40
|
|
|
40
|
41
|
<!-- 依赖声明 -->
|
|
|
@@ -259,6 +260,13 @@
|
|
259
|
260
|
<version>1.18.30</version>
|
|
260
|
261
|
</dependency>
|
|
261
|
262
|
|
|
|
263
|
+ <!-- Easy Excel-->
|
|
|
264
|
+ <dependency>
|
|
|
265
|
+ <groupId>com.alibaba</groupId>
|
|
|
266
|
+ <artifactId>easyexcel</artifactId>
|
|
|
267
|
+ <version>${easyexcel.version}</version>
|
|
|
268
|
+ </dependency>
|
|
|
269
|
+
|
|
262
|
270
|
</dependencies>
|
|
263
|
271
|
</dependencyManagement>
|
|
264
|
272
|
|