接入EasyExel依赖
This commit is contained in:
parent
06bc994b42
commit
698d44696e
|
|
@ -166,14 +166,18 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.tencentcloudapi</groupId>
|
<groupId>com.tencentcloudapi</groupId>
|
||||||
<artifactId>tencentcloud-sdk-java</artifactId>
|
<artifactId>tencentcloud-sdk-java</artifactId>
|
||||||
<version>${tencentcloudapi.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 阿里云短信 -->
|
<!-- 阿里云短信 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.aliyun</groupId>
|
<groupId>com.aliyun</groupId>
|
||||||
<artifactId>aliyun-java-sdk-core</artifactId>
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
||||||
<version>${aliyun-java.version}</version>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- EasyExcel -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.alibaba</groupId>
|
||||||
|
<artifactId>easyexcel</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 系统监控 -->
|
<!-- 系统监控 -->
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
<bitwalker.version>1.2.4</bitwalker.version>
|
<bitwalker.version>1.2.4</bitwalker.version>
|
||||||
<oshi-core.version>6.1.2</oshi-core.version>
|
<oshi-core.version>6.1.2</oshi-core.version>
|
||||||
<sa-token.version>1.32.0</sa-token.version>
|
<sa-token.version>1.32.0</sa-token.version>
|
||||||
|
<easyexcel.version>3.1.3</easyexcel.version>
|
||||||
|
|
||||||
<qiniu.version>7.9.5</qiniu.version>
|
<qiniu.version>7.9.5</qiniu.version>
|
||||||
<qcloud-version>5.6.54</qcloud-version>
|
<qcloud-version>5.6.54</qcloud-version>
|
||||||
|
|
@ -183,6 +184,13 @@
|
||||||
<version>${aliyun-java.version}</version>
|
<version>${aliyun-java.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- EasyExcel -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.alibaba</groupId>
|
||||||
|
<artifactId>easyexcel</artifactId>
|
||||||
|
<version>${easyexcel.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- 系统监控 -->
|
<!-- 系统监控 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.oshi</groupId>
|
<groupId>com.github.oshi</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue