|
|
@ -24,6 +24,7 @@
|
|
|
|
<knife4j.version>3.0.3</knife4j.version>
|
|
|
|
<knife4j.version>3.0.3</knife4j.version>
|
|
|
|
<swagger-annotations.version>1.5.22</swagger-annotations.version>
|
|
|
|
<swagger-annotations.version>1.5.22</swagger-annotations.version>
|
|
|
|
<commons-compress.version>1.21</commons-compress.version>
|
|
|
|
<commons-compress.version>1.21</commons-compress.version>
|
|
|
|
|
|
|
|
<poi.version>5.2.2</poi.version>
|
|
|
|
<easyexcel.version>3.1.0</easyexcel.version>
|
|
|
|
<easyexcel.version>3.1.0</easyexcel.version>
|
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
|
<satoken.version>1.30.0</satoken.version>
|
|
|
|
<satoken.version>1.30.0</satoken.version>
|
|
|
@ -109,10 +110,26 @@
|
|
|
|
<version>${commons-compress.version}</version>
|
|
|
|
<version>${commons-compress.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
<version>${easyexcel.version}</version>
|
|
|
|
<version>${easyexcel.version}</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- velocity代码生成使用模板 -->
|
|
|
|
<!-- velocity代码生成使用模板 -->
|
|
|
|