فهرست منبع

图片压缩工具类

xiari 9 ماه پیش
والد
کامیت
fef1eeb4b1
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      ruoyi-common/ruoyi-common-core/pom.xml

+ 7 - 0
ruoyi-common/ruoyi-common-core/pom.xml

@@ -139,6 +139,13 @@
             <scope>compile</scope>
         </dependency>-->
 
+        <!--thumbnailator图片处理-->
+        <dependency>
+            <groupId>net.coobird</groupId>
+            <artifactId>thumbnailator</artifactId>
+            <version>0.4.8</version>
+        </dependency>
+
     </dependencies>
 
 </project>