Browse Source

添加图片压缩依赖

阿伏兔 4 years ago
parent
commit
d1faa06ffc
1 changed files with 13 additions and 0 deletions
  1. 13 0
      ruoyi-common/pom.xml

+ 13 - 0
ruoyi-common/pom.xml

@@ -154,6 +154,19 @@
             <version>1.46</version>
         </dependency>
 
+        <!-- 图片缩略图 -->
+        <dependency>
+            <groupId>net.coobird</groupId>
+            <artifactId>thumbnailator</artifactId>
+            <version>0.4.8</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-mock</artifactId>
+            <version>2.0.8</version>
+        </dependency>
+
     </dependencies>
 
 </project>