【springboot集成sentinel】 sentinel-spring-webmvc-adapter

【Sentinel入门】04 springmvc 集成Sentinel & 全局异常处理类统一处理异常(BlockExceptionHandler接口)
【Alibaba集成sentinel】WebCallbackManager.setUrlBlockHandler(UrlBlockHandler xxx) & sentinel-web-servlet包
【springboot集成sentinel】 sentinel-spring-webmvc-adapter

概述

为了减少开发的复杂程度,Sentinel 对大部分的主流框架做了适配,例如 SpringMVC、WebFlux、Dubbo、Spring Cloud、RocketMQ 等等。我们只需要引入对应的 sentinel-apache-xxx-adapter 依赖,即可方便地整合 Sentinel。

纯springboot会引入sentinel-spring-webmvc-adapter 包与sentinel 进行集成

参考

芋道 Spring Boot 服务容错 Sentinel 入门


版权声明:本文为m0_45406092原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。