【解决问题】Springboot 启动报错:FactoryBean threw exception on object creation; nested exception is java.lang.

【解决问题】Springboot 启动报错:FactoryBean threw exception on object creation; nested exception is java.lang.,第1张

Springboot项目整合了Feign,一直都启动好好的,加了几个接口后准备测试时就启动不了了,一直报以下错误:

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.ks.feign.xxxFeign': FactoryBean threw exception on object creation; nested exception is java.lang.UnsupportedOperationException

value值缺少一致报错
加上value就好了

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/787040.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-05
下一篇 2022-05-05

发表评论

登录后才能评论

评论列表(0条)

保存