update 图片上传

This commit is contained in:
2023-04-04 09:51:01 +08:00
parent 55aaaf4981
commit e0f32870b1
6 changed files with 319 additions and 106 deletions

View File

@@ -157,6 +157,13 @@
<artifactId>hutool-all</artifactId>
</dependency>
<!-- Minio 文件存储 -->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.2.1</version>
</dependency>
</dependencies>
<build>