Feign请求参数错误 - FactoryBean threw exception on object creation
作者:互联网
项目场景:
使用Feign
请求nacos
中注册的服务
问题描述:
FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: RequestParam.value() was empty on parameter 0
原因分析:
参数错误
解决方案:
设置@RequestParam
Value
值
标签:Feign,object,RequestParam,creation,exception,FactoryBean,threw 来源: https://blog.csdn.net/simpledate/article/details/113767310