开发者学堂课程【精通 Spring Cloud Alibaba:Sentinel 控制台项目应用的启动】学习笔记,与课程紧密联系,让用户快速学习知识。
课程地址:https://developer.aliyun.com/learning/course/634/detail/10140
Sentinel 控制台项目应用的启动
内容介绍:
一、控制台形式管理限流接口
二、Sentinel 环境快速搭建
一、控制台形式管理限流接口
Sentinel dashboard 控制台选择创建流量规则,设置资源名称(服务接口地址)、设置 QPS 为1表示每s最多能够访问1次接口。
二、Sentinel 环境快速搭建
下载对应 Sentinel-Dashboard
https://github.com/alibaba/Sentinel/releases/tag/1.7.1运行即可。
运行执行命令
Java -Dserver.port=8718 -Dcsp.sentinel.dashboard.server=localhost:8718
-Dproject.name=sentinel-dashboard
-Dcsp.sentinel.api.port=8719 -jar
把上诉代码复制到运行器中,然后把 Sentinel-Dashboard 包拖到运行器中,注意-jar 要用英文
输入127.0.0.0:8718登入到 Sentinel
用户和密码都是 Sentinel
登录进去后再左方会有应用名称,出现如下界面说明平台已经搭建成功。
运行如下:
<!doctype htul>
<htnl class=' *no-js*>
<head>
<neta charset=' utf-8*>
<title>Sentinel Dashboard</title>
<neta name=' description" content="Ssentinel
控制台Sentinel Dashboard, Adnin">
<neta name=' vierport”contenta' width-device-width">
<link rel=° stylesheet" bref= ”
。/1ib/cs:bootstreo. min.css" D
<link rel=" stylesheet" href=' /1ib/ss/font -
业量0, in. ss'>
<link rel=* stylesheet" href=' . dist/ess/800. css">
</head>
<body>
<div ng-app=" sent inelDasboardApp">
<div ui-vier></div>
</div>
<seript sre=". /lib/is/ Jouery. nin. *></eript>
<seript src="./1ib/is botstreD. min. jis></seript>
<script src="
。/1ib/is/angular. in jis ></seript>
<script sre="./lib/i2/82. min. j2' *></ seript>
<seript src="/dist/is/pp. sendor. ji5"></ seript>
<script srca" /dist/js/epp is' ></seript>
</body>
</html>