黑马程序员技术交流社区

标题: 【上海校区】springboot-lll-starter限流说明 [打印本页]

作者: 梦缠绕的时候    时间: 2020-5-13 08:51
标题: 【上海校区】springboot-lll-starter限流说明
1. springboot-lll-starter限流说明
功能添加,项目地址
1.1. 配置
限流在order模块的bootstrap.yml配置中,主要为如下配置
spring:  cloud:    sentinel:      eager: false      transport:        dashboard: localhost:8080      datasource:        ds:          nacos:            server-addr: localhost:8848            dataId: ${spring.application.name}-sentinel            ruleType: flow            groupId: DEFAULT_GROUP#        ds1:#          file:#            file: classpath:flowrule.json#            rule-type: flow#            data-type: json
写了两种方式,读文件和读nacos配置
1.2. json
限流配置文件内容
[        {                "resource":"user_list",                "limitApp":"default",                "grade":1,                "count":1,                "strategy":0,                "controlBehavior":0,                "clusterMode":"false"        }]1.3. 效果
GitHub地址:https://github.com/tzxylao/spring-boot-lll-starter
以上内容转载自网络
更多讯息欢迎添加小优:DKA-2018


作者: 杨雁蓉    时间: 2020-6-19 11:02
:loveliness::funk::funk:




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2