Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Download and configuration of Sentinel

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article introduces the relevant knowledge of "the method of downloading and configuring Sentinel". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

1. Download Sentinel

You can download the latest version of the console JAR package from the official GitHub Release page.

Https://github.com/alibaba/Sentinel

Take the current version of sentinel-dashboard-1.8.1.jar as an example

After downloading, put it on the system hard drive

Create the bat file run.bat in the same directory with the following contents:

Java-Dserver.port=8002-Dcsp.sentinel.dashboard.server=localhost:8002-Dproject.name=sentinel-dashboard-jar sentinel-dashboard-1.8.1.jar

Double-click to run

Run.bat, start the sentinel console

Browsers access http://localhost:8002/#/login

The username and password are all: sentinel

two。 Client configuration Sentinel

POM

Com.alibaba.cloudspring-cloud-starter-alibaba-sentinel

Modify the configuration file

# java Project www.fhadmin.org#sentinel connection console spring.cloud.sentinel.transport.dashboard=localhost:8002# enables Feign's support for Sentinel feign.sentinel.enabled=true

Annotate the processing class according to the business requirements

Add @ Component comment

Note that the Sentinel console has data only if this processing class with @ Component annotation has been requested

This is the end of the content of "how to download and configure Sentinel". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report