From 4130e1d3fc667fad3349e421e40a0ffa145c563c Mon Sep 17 00:00:00 2001
From: zhaoxiaohao <279049017@qq.com>
Date: Wed, 18 Nov 2020 17:20:46 +0800
Subject: [PATCH] 将获取用户信息的方式修改

---
 kidgrow-springcloud/kidgrow-springcloud-zuul/pom.xml |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/kidgrow-springcloud/kidgrow-springcloud-zuul/pom.xml b/kidgrow-springcloud/kidgrow-springcloud-zuul/pom.xml
index 6fe01d8..f1c9436 100644
--- a/kidgrow-springcloud/kidgrow-springcloud-zuul/pom.xml
+++ b/kidgrow-springcloud/kidgrow-springcloud-zuul/pom.xml
@@ -12,6 +12,10 @@
     <artifactId>kidgrow-springcloud-zuul</artifactId>
 
     <dependencies>
+<!--        <dependency>-->
+<!--            <groupId>com.kidgrow</groupId>-->
+<!--            <artifactId>kidgrow-usercenter-api</artifactId>-->
+<!--        </dependency>-->
         <dependency>
             <groupId>com.kidgrow</groupId>
             <artifactId>kidgrow-config</artifactId>
@@ -55,6 +59,11 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-configuration-processor</artifactId>
             <optional>true</optional>
+        </dependency>
+        <!--网关限流模块-->
+        <dependency>
+            <groupId>com.marcosbarbero.cloud</groupId>
+            <artifactId>spring-cloud-zuul-ratelimit</artifactId>
         </dependency>
         <!--web 模块-->
         <dependency>
@@ -107,6 +116,11 @@
             <groupId>com.github.zlt2000</groupId>
             <artifactId>swagger-butler-core</artifactId>
         </dependency>
+        <!--  redis-->
+        <dependency>
+            <groupId>com.kidgrow</groupId>
+            <artifactId>kidgrow-redis-spring-boot-starter</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

--
Gitblit v1.8.0