- 增加:qiniu 文件服务

This commit is contained in:
cherishsince
2020-05-02 08:38:05 +08:00
parent 157b166435
commit 83d9afd3d0
4 changed files with 34 additions and 6 deletions

View File

@@ -60,6 +60,12 @@
<artifactId>aliyun-java-sdk-core</artifactId>
</dependency>
<!-- 文件服务商 -->
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
</dependency>
<!-- 工具类相关 -->
<dependency>
<groupId>org.mapstruct</groupId>
@@ -78,6 +84,7 @@
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>
</dependencies>
</project>