张旭锋 преди 5 дни
родител
ревизия
8b6e69efaa
променени са 1 файла, в които са добавени 10 реда и са изтрити 1 реда
  1. 10 1
      pom.xml

+ 10 - 1
pom.xml

@@ -23,7 +23,6 @@
         <!-- 这里管理全局第三方依赖版本,避免冲突 -->
         <!-- 文件上传 -->
         <x-file-storage.version>2.2.1</x-file-storage.version>
-        <minio.version>8.5.17</minio.version>
     </properties>
 
     <dependencies>
@@ -64,6 +63,11 @@
             <artifactId>helio-starter-web</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>cc.uncarbon.framework</groupId>
+            <artifactId>helio-starter-rate-limit-redis</artifactId>
+        </dependency>
+
 
         <!-- 这里写其他第三方依赖 -->
         <!-- redis 做消息队列需要排除自带的3.33 的版本,这个版本有bug,引入3.52版本 -->
@@ -127,6 +131,7 @@
             </exclusions>
         </dependency>
 
+
         <!-- 引入 阿里云 OSS SDK,如果使用其它存储平台,就引入对应的 SDK  -->
         <dependency>
             <groupId>com.aliyun.oss</groupId>
@@ -148,6 +153,10 @@
             <artifactId>commons-lang3</artifactId>
             <version>3.19.0</version>
         </dependency>
+        <dependency>
+            <groupId>cn.hutool</groupId>
+            <artifactId>hutool-all</artifactId>
+        </dependency>
     </dependencies>
 
     <build>