
sentinel
文章平均质量分 55
kong-kong
记录流水账
展开
-
Sentinel Dashboard install
路径https://github.com/alibaba/Sentinel/wiki/Dashboardhttps://github.com/alibaba/Sentinel/tree/master/sentinel-dashboardjava -Dserver.port=8080 \-Dcsp.sentinel.dashboard.server=localhost:8080 \-Dproject.name=sentinel-dashboard \-jar target/sentinel-d原创 2021-04-08 15:20:29 · 278 阅读 · 0 评论 -
sentinel属性
ConfigurationThe following table shows that when there are corresponding bean types inApplicationContext, some actions will be taken: Existing Bean Type Action Function UrlCleaner WebCallbackManager....转载 2021-03-24 19:15:29 · 425 阅读 · 0 评论 -
DefaultSlotChainBuilder
public class DefaultSlotChainBuilder implements SlotChainBuilder { @Override public ProcessorSlotChain build() { ProcessorSlotChain chain = new DefaultProcessorSlotChain(); ...原创 2019-11-30 16:40:31 · 390 阅读 · 0 评论