文件上传下载功能 配置 #自定义 kafka 配置 #文件块存储路径

This commit is contained in:
ygs
2025-07-11 15:34:27 +08:00
parent 3c0568cf94
commit 605e6f7edb

12
pom.xml
View File

@ -66,6 +66,18 @@
<artifactId>aws-java-sdk-s3</artifactId> <artifactId>aws-java-sdk-s3</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
<version>3.10.2</version>
</dependency>
</dependencies> </dependencies>
<repositories> <repositories>