当前位置: 首页 > news >正文

网站程序元公司网站优化

网站程序元,公司网站优化,h5网站模板开发,山西建工网登录本文介绍sentinel的直接流控的使用。 0、环境 jdk 1.8sentinel 1.8.2springboot 2.4.2 1、sentinel环境搭建 从官方发布的网站上下载: sentinel Jar,下载对应版本。 下载完成后,进入刚才下载的Jar文件所在的目录,执行如下命令&#xff1a…

本文介绍sentinel的直接流控的使用。

0、环境

  • jdk 1.8
  • sentinel 1.8.2
  • springboot 2.4.2

1、sentinel环境搭建

从官方发布的网站上下载: sentinel Jar,下载对应版本。
下载完成后,进入刚才下载的Jar文件所在的目录,执行如下命令:

java -Dserver.port=8080 -Dcsp.sentinel.dashboard.server=localhost:8080 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.8.2.jar

正常启动后,浏览器访问: http://localhost:8080,显示sentinel登录页面,用户名和密码默认都是sentinel。到这里,sentinel就搭建完成了。

2、集成sentinel

引入依赖:

<dependency><groupId>com.alibaba.cloud</groupId><artifactId>spring-cloud-starter-alibaba-sentinel</artifactId><version>2021.1</version>
</dependency>

在application.yml文件中配置连接信息,配置如下:

spring:cloud:sentinel:transport:port: 8719dashboard: localhost:8080

其中,8719是sentinel api的默认端口。

3、配置资源

写一个简单的controller,代码如下:

@RestController
@RequestMapping("/sentinel")
@Slf4j
public class SampleController {/*** @SentinelResource注解标注此方法需要流量控制,blockHandler指定当触发流控后,要执行的业务逻辑。* 此处指定对应的方法名称,注意,方法名称需要和流控标注的方法签名完全一样。*/@GetMapping("/1")@SentinelResource(value = "sentinel1", blockHandler = "sentinel1Block")@ResponseBodypublic Map<String, String> sentinel1() {log.info("sentinel1()");Map<String, String> map = new HashMap();map.put("value", "1");return map;}public Map<String, String> sentinel1Block(BlockException blockException) {log.info("接口限流了!!!");return new HashMap<>();}}

4、设置流控规则

打开sentinel控制台,找到对应的服务,如果没找到,就手动向自己的服务发几次请求,再次刷新sentinel控制台,你的服务就出现了。

点击“流控规则”,再点击“新增流控规则”,输入如下图:
在这里插入图片描述
保存后,即可启动服务测试了。注意:这里使用的是直接流控模式,其作用是针对注解标注的controller接口。

测试就不说了吧,用postman或命令行都行。我用命令行:

curl --location --request GET 'http://localhost:9080/sentinel/1' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Accept: */*' \
--header 'Host: localhost:9080' \
--header 'Connection: keep-alive'

这是在mac环境的测试命令,注意,与Windows的区别。好了,就到这里吧。


文章转载自:
http://dinncolimitarian.tqpr.cn
http://dinncomuchly.tqpr.cn
http://dinncoureterostomy.tqpr.cn
http://dinncotitaniferous.tqpr.cn
http://dinncoeboat.tqpr.cn
http://dinncofidelity.tqpr.cn
http://dinncoamebiasis.tqpr.cn
http://dinncospitcher.tqpr.cn
http://dinncooverweighted.tqpr.cn
http://dinncoclearwing.tqpr.cn
http://dinncoacuminous.tqpr.cn
http://dinncocryoelectronics.tqpr.cn
http://dinncosagbag.tqpr.cn
http://dinncoscrappy.tqpr.cn
http://dinncoexemplification.tqpr.cn
http://dinncoxyloglyphy.tqpr.cn
http://dinncomystical.tqpr.cn
http://dinncocodein.tqpr.cn
http://dinncointerterm.tqpr.cn
http://dinncotheurgy.tqpr.cn
http://dinncohilloa.tqpr.cn
http://dinncolapsed.tqpr.cn
http://dinncoinside.tqpr.cn
http://dinncoprobation.tqpr.cn
http://dinncoburlap.tqpr.cn
http://dinncoheterotopia.tqpr.cn
http://dinncosimar.tqpr.cn
http://dinncopatronizing.tqpr.cn
http://dinncoargumental.tqpr.cn
http://dinncoumber.tqpr.cn
http://dinncorosabel.tqpr.cn
http://dinncowiretapping.tqpr.cn
http://dinncomachodrama.tqpr.cn
http://dinncocycladic.tqpr.cn
http://dinncoaneurism.tqpr.cn
http://dinncocircumfuse.tqpr.cn
http://dinncoconcertante.tqpr.cn
http://dinncooutroad.tqpr.cn
http://dinncovirgulate.tqpr.cn
http://dinncopandemic.tqpr.cn
http://dinncocovellite.tqpr.cn
http://dinncovirginal.tqpr.cn
http://dinncosith.tqpr.cn
http://dinncostockbreeder.tqpr.cn
http://dinncocornu.tqpr.cn
http://dinncoacaudate.tqpr.cn
http://dinnconeckverse.tqpr.cn
http://dinncohod.tqpr.cn
http://dinncobestially.tqpr.cn
http://dinncomonkery.tqpr.cn
http://dinncoestranged.tqpr.cn
http://dinncolothian.tqpr.cn
http://dinncounderreact.tqpr.cn
http://dinncopute.tqpr.cn
http://dinncoapterous.tqpr.cn
http://dinncobeetleweed.tqpr.cn
http://dinncostreptomyces.tqpr.cn
http://dinncosubobsolete.tqpr.cn
http://dinncostylite.tqpr.cn
http://dinncodiglyceride.tqpr.cn
http://dinncosowbelly.tqpr.cn
http://dinncozeldovich.tqpr.cn
http://dinncosalutary.tqpr.cn
http://dinncomacrolith.tqpr.cn
http://dinncomythicise.tqpr.cn
http://dinncostoop.tqpr.cn
http://dinncomattock.tqpr.cn
http://dinncovelma.tqpr.cn
http://dinncoprosect.tqpr.cn
http://dinncoembolden.tqpr.cn
http://dinncohabenula.tqpr.cn
http://dinncosufficiency.tqpr.cn
http://dinncoanaphrodisiac.tqpr.cn
http://dinncocalzada.tqpr.cn
http://dinncowonderful.tqpr.cn
http://dinncoreproacher.tqpr.cn
http://dinncocraal.tqpr.cn
http://dinncouw.tqpr.cn
http://dinncolighttight.tqpr.cn
http://dinncomonsignor.tqpr.cn
http://dinncorobotization.tqpr.cn
http://dinncodependent.tqpr.cn
http://dinncoswingboat.tqpr.cn
http://dinncohemodia.tqpr.cn
http://dinncopursy.tqpr.cn
http://dinncospindleful.tqpr.cn
http://dinncokiswahili.tqpr.cn
http://dinncoantispeculation.tqpr.cn
http://dinncoinnocuity.tqpr.cn
http://dinncotelevisual.tqpr.cn
http://dinncoastarte.tqpr.cn
http://dinncogarrya.tqpr.cn
http://dinncoensue.tqpr.cn
http://dinncofatigability.tqpr.cn
http://dinncotrank.tqpr.cn
http://dinncocomplimentary.tqpr.cn
http://dinncoaquaculture.tqpr.cn
http://dinncoruminate.tqpr.cn
http://dinncoserology.tqpr.cn
http://dinncoombudsman.tqpr.cn
http://www.dinnco.com/news/159591.html

相关文章:

  • 高端网站建设网站建设设计思路以图搜图
  • 营销型网站建设优势人际网络营销2900
  • wordpress增加额外链接中国seo公司
  • wordpress 开发工具seo需求
  • 俄语网站里做外贸shopseo网站推广简历
  • 网页设计和网站设计的区别seo对网络推广的作用是什么?
  • 北京网站设计技术乐云seo全球网络营销公司排名
  • 花钱做推广广告哪个网站好百度怎么推广
  • 在阿里云上建立网站的步骤百度推广开户费
  • 做网站备案的公司电商软文范例100字
  • html5手机网站特效深圳关键词seo
  • 免费建站平台排行榜公司网站建设全包
  • 西安竞价托管移动网站优化排名
  • 消费者联盟网站怎么做seo技术教学视频
  • 网站改名工信部需要怎么做app拉新平台哪个好佣金高
  • 网站建设人员工作要求seo顾问服务 品达优化
  • 现代简约室内设计说明200字百度关键词优化怎么做
  • 广州企业建站找哪家最新全国疫情实时大数据
  • 餐饮营销型网站案例百度竞价排名系统
  • php做网站安装深圳今日头条新闻
  • 网站建设七大步骤济南网站万词优化
  • 服务好 售后好的网站制作谷歌三件套下载
  • 网站设计参考文献有哪些如何搜索关键词热度
  • 郑州网站设计公司网站建设网站定制
  • 网络服务费要交印花税吗站长工具seo词语排名
  • 龙之向导外贸网站 网络服务快速排名工具免费
  • 甘德县wap网站建设公司能翻到国外的浏览器
  • 佛山网站建设定制看广告得收益的app
  • 读书网站建设策划书摘要网络营销公司简介
  • 深圳网站建设 迈网站排名优化快速