集成七牛云,作为定时任务用来事后加速图片。

This commit is contained in:
jlt
2022-04-01 20:56:58 +08:00
parent 9f1d942078
commit 6be8702898
6 changed files with 205 additions and 0 deletions

View File

@ -19,6 +19,19 @@
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
</dependency>
<!-- 七牛云存储 -->
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
</dependency>
<!-- gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
</project>