摘要: springboot整合swagger2报错 错误如下: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException: Cannot invok 阅读全文
posted @ 2022-11-27 17:11 just1t 阅读(1883) 评论(0) 推荐(0)
摘要: 查资料发现在网关出现503错误是因为全局过滤器没有加载(ReactiveLoadBalancerClientFilter),只需要将含有这个过滤器的依赖进行导入就行了 <dependency> <groupId>org.springframework.cloud</groupId> <artifac 阅读全文
posted @ 2022-11-27 15:25 just1t 阅读(2295) 评论(0) 推荐(0)