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

Example Analysis of Sentinel Source Code compilation

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

This article will explain in detail the sample analysis of Sentinel source code compilation. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

Sentinel is a lightweight flow control framework for micro services, which protects the stability of services from many dimensions, such as flow control, circuit breaker degradation, system load protection and so on.

0x01: clone source code

Git clone https://github.com/alibaba/Sentinel.git

0x02: import into eclipse (IDEA can also be used)

There are many projects here, not only some of them have been intercepted. In the imported project, the sentinel-cluster-server-envoy-rls project has some errors. You need to add the following dependencies in the pom.xml file:

0x03: compiling Sentinel

Find the pom.xml file under the sentinel-parent project, and right-click

In the pop-up dialog box, enter:

Install-Dmaven.test-skip=true

If the following result occurs, the compilation is successful

0x04: view the fruit

Mainly for coding to get sentinel-dashboard-x.x.x.jar, so find the sentinel-dashboard project

Because the pom.xml file uses the following code to define the file name of jar, the typed sentinel-dashboard package does not have a version number.

Sentinel-dashboard

This is the end of this article on "sample analysis of Sentinel source code compilation". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.

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

Internet Technology

Wechat

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

12
Report