一、该问题的重现步骤是什么?
1. gateway服务中,无法添加blade-system-api
2.
3.
二、你期待的结果是什么?实际看到的又是什么?
在gateway服务中调用feign进行数据查询与权限校验,
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
springblade 2.7.1
四、请提供详细的错误堆栈信息,这很重要。
GateWayApplication]; nested exception is java.io.FileNotFoundException: class path resource [org/springframework/web/servlet/config/annotation/WebMvcConfigurer.class] cannot be opened because it does not exist
五、若有更多详细信息,请在下面提供。
不建议在 gateway 中使用 Feign,建议用 Webclient
Gateway引入了web模块导致的错,具体看这个帖子:https://sns.bladex.cn/q-1631.html
扫一扫访问 Blade技术社区 移动端