项目场景:
使用Feign
请求nacos
中注册的服务
问题描述:
FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: RequestParam.value() was empty on parameter 0
原因分析:
参数错误
解决方案:
设置@RequestParam
Value
值
2023-10-31 10:31:46