基于 tika 识别文件类型

This commit is contained in:
YunaiV
2022-07-08 21:30:08 +08:00
parent 33e5c2a7f9
commit fec84f2682
4 changed files with 45 additions and 4 deletions

View File

@@ -61,6 +61,11 @@
<artifactId>jsch</artifactId> <!-- 解决 sftp 连接 -->
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId> <!-- 文件类型的识别 -->
</dependency>
<!-- 三方云服务相关 -->
<dependency>
<groupId>io.minio</groupId>