end: zuul 分布式网关限流

This commit is contained in:
wangiegie@gmail.com 2017-12-01 18:01:53 +08:00
parent 75b3f3f06e
commit d641b96879
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zuul</artifactId>
</dependency>
<!--zuul限流-->
<dependency>
<groupId>com.marcosbarbero.cloud</groupId>
<artifactId>spring-cloud-zuul-ratelimit</artifactId>
<version>1.3.4.RELEASE</version>
</dependency>
<!--oauth2.0-->
<dependency>
<groupId>org.springframework.cloud</groupId>