增加分布式文件FastDFS支持

This commit is contained in:
RuoYi
2020-11-19 18:51:22 +08:00
parent 1a12d56cc3
commit 2bb0eb1edb
6 changed files with 132 additions and 20 deletions

View File

@@ -48,6 +48,13 @@
<version>${swagger.fox.version}</version>
</dependency>
<!-- FastDFS -->
<dependency>
<groupId>com.github.tobato</groupId>
<artifactId>fastdfs-client</artifactId>
<version>1.26.5</version>
</dependency>
<!-- Ruoyi Common Security -->
<dependency>
<groupId>com.ruoyi</groupId>