feat: 支持下载tar格式

This commit is contained in:
caiyuchao
2025-09-02 18:17:29 +08:00
parent 9ef2f736c3
commit 9c25c374c4
6 changed files with 157 additions and 1 deletions

View File

@@ -121,6 +121,11 @@
<artifactId>agt-spring-boot-starter-monitor</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId> <!-- 文件客户端:文件类型的识别 -->
</dependency>
</dependencies>
<build>