ソースを参照

添加 thumbnailator 依赖用于生成缩略图

reghao 2 年 前
コミット
f4ad11f53f
1 ファイル変更6 行追加0 行削除
  1. 6 0
      dfs-store/pom.xml

+ 6 - 0
dfs-store/pom.xml

@@ -49,6 +49,12 @@
             <version>1.0.0-SNAPSHOT</version>
         </dependency>
 
+        <dependency>
+            <groupId>net.coobird</groupId>
+            <artifactId>thumbnailator</artifactId>
+            <version>0.4.20</version>
+        </dependency>
+
         <dependency>
             <groupId>cn.reghao.oss</groupId>
             <artifactId>oss-api</artifactId>