Feign基础搭建
https://blog.csdn.net/qq_41319712/article/details/109617249
引入出现报错
Method springSecurityFilterChain in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration required a bean named 'loginUserServiceImpl' that could not be found.
原因是 @FeignClient("xx")服务名引用错了,应引用bootstrap.yml中的服务名,不应在application.yml中新建服务名,导致冲突报错
bootstrap.yml 中的服务名是因为nacos服务需在其中配置
缺失token报错
请求超时报错
https://blog.csdn.net/hanzhen2010/article/details/116303368
以上,暂时还未发现其他问题。
标签:Feign,服务,服务项目,blog,报错,https,引入,yml From: https://www.cnblogs.com/woooodlin/p/feign.html