1.添加头像上传接口

This commit is contained in:
2025-08-07 15:39:58 +08:00
parent 2cfadf96dd
commit 51b9180316
9 changed files with 132 additions and 5 deletions

14
pom.xml
View File

@@ -156,8 +156,18 @@
<artifactId>javase</artifactId>
<version>3.4.1</version>
</dependency>
<!-- 引入本项目 -->
<dependency>
<groupId>org.dromara.x-file-storage</groupId>
<artifactId>x-file-storage-spring</artifactId>
<version>2.3.0</version>
</dependency>
<!-- 引入 腾讯云 COS SDK如果使用其它存储平台就引入对应的 SDK -->
<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cos_api</artifactId>
<version>5.6.227</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>