开发者学堂课程【精通Spring Cloud Alibaba:Gateway整合sentineI实现服务限流】学习笔记,与课程紧密联系,让用户快速学习知识。
课程地址:https://developer.aliyun.com/learning/course/634/detail/10147
Gateway 整合 sentineI 实现服务限流
1、网关限流
创建路由规则
id:mayikt
uri: http: / /www. mayikt . com/ predicates :
Path=/mayikt/
启动网关项目
做限流
引入配置,之后引入规则。
<dependency>.
<groupld>org.springframework.cloud</groupld>
<artifactld>spring-cloud-starter-gateway</artifactld<version>2.0.0.RELEASE</version>
</dependency>.
<dependency>.
<groupld>com.alibaba.csp</groupld
<artifactld>sentinel-spring cloud gateway-adapter</artifactld>.<version>1.6.0</version>
</dependency>.
做成动态形式
插入这个代码
Public void run (ApplicationArguments arges) throws initGatewayRules();
}
/**
* 配置限流规则
*/
Public void initGatewayRules() {