接入EasyExel依赖

This commit is contained in:
TinyAnts 2022-11-30 15:54:10 +08:00
parent 06bc994b42
commit 698d44696e
2 changed files with 14 additions and 2 deletions

View File

@ -166,14 +166,18 @@
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>${tencentcloudapi.version}</version>
</dependency>
<!-- 阿里云短信 -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>${aliyun-java.version}</version>
</dependency>
<!-- EasyExcel -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
</dependency>
<!-- 系统监控 -->

View File

@ -42,6 +42,7 @@
<bitwalker.version>1.2.4</bitwalker.version>
<oshi-core.version>6.1.2</oshi-core.version>
<sa-token.version>1.32.0</sa-token.version>
<easyexcel.version>3.1.3</easyexcel.version>
<qiniu.version>7.9.5</qiniu.version>
<qcloud-version>5.6.54</qcloud-version>
@ -183,6 +184,13 @@
<version>${aliyun-java.version}</version>
</dependency>
<!-- EasyExcel -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
<!-- 系统监控 -->
<dependency>
<groupId>com.github.oshi</groupId>