最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

Consider defining a bean of type ‘org.springframework.cloud.gateway.filter.factory.SpringCloudCircui

业界 admin 3浏览 0评论

网上搜的大多是要要排除其他依赖的spring-boot-starter-web,因为会与spring cloud gateway的webflux冲突。但是我使用springcloud2021.0.0版本的gateway,即使项目中没有依赖spring-boot-starter-web依然会报这个错。
解决方法(参考官方文档)添加依赖:

 <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-circuitbreaker-reactor-resilience4j</artifactId>
</dependency>

网上搜的大多是要要排除其他依赖的spring-boot-starter-web,因为会与spring cloud gateway的webflux冲突。但是我使用springcloud2021.0.0版本的gateway,即使项目中没有依赖spring-boot-starter-web依然会报这个错。
解决方法(参考官方文档)添加依赖:

 <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-circuitbreaker-reactor-resilience4j</artifactId>
</dependency>

与本文相关的文章

发布评论

评论列表 (0)

  1. 暂无评论