feat: 新增 Excel 相关配置(文件处理模块)

This commit is contained in:
2023-11-26 19:19:34 +08:00
parent 25a6e69444
commit 766338bf02
6 changed files with 241 additions and 0 deletions

View File

@@ -63,6 +63,7 @@
<redisson.version>3.24.3</redisson.version>
<sms4j.version>3.0.4</sms4j.version>
<easy-captcha.version>1.6.2</easy-captcha.version>
<easy-excel.version>3.3.2</easy-excel.version>
<knife4j.version>4.3.0</knife4j.version>
<ip2region.version>3.1.5.1</ip2region.version>
<hutool.version>5.8.23</hutool.version>
@@ -154,6 +155,13 @@
<version>${easy-captcha.version}</version>
</dependency>
<!-- Easy Excel一个基于 Java 的、快速、简洁、解决大文件内存溢出的 Excel 处理工具) -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easy-excel.version}</version>
</dependency>
<!-- Knife4j前身是 swagger-bootstrap-ui集 Swagger2 和 OpenAPI3 为一体的增强解决方案) -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
@@ -220,6 +228,13 @@
<version>${revision}</version>
</dependency>
<!-- 文件处理模块 - Excel -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-file-excel</artifactId>
<version>${revision}</version>
</dependency>
<!-- API 文档模块 -->
<dependency>
<groupId>top.charles7c.continew</groupId>