现创建一个feignClient的接口,在其他服务调用改client时发现服务启动失败错误日志如下:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.product.client.ProductClient com.product.service.impl.ProductClient; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productClient': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: QueryParam.value() was empty on parameter 1

查询client中,并未发现异常

最后发现其中一个接口中的参数@RequestParam中的参数没有加上value值

修改之后恢复正常。

最新文章

  1. 解析ListView联动的实现--仿饿了么点餐界面
  2. ES5 的 forEach, map, filter, some, every 方法
  3. C++11 并发指南六( <atomic> 类型详解二 std::atomic )
  4. 转载:JAVA中使用JSON进行数据传递
  5. Tomcat热部署:Maven项目一键部署到Tomcat服务器 - 支持多环境
  6. GMT与Etc/GMT地区信息的时区转换
  7. echarts雷达图点击事件 包含(2.x,3.85,4.02)测试
  8. python基础类型—字符串
  9. Nagios监控系统部署(源码)
  10. 008.Docker Flannel+Etcd分布式网络部署
  11. kaggle竞赛_mnist_10%
  12. Python网络爬虫笔记(一):网页抓取方式和LXML示例
  13. Vmware 注册服务 开机自启
  14. POJ 3067 - Japan - [归并排序/树状数组(BIT)求逆序对]
  15. Python 元组 count() 方法
  16. linux 下 python 安装 Django
  17. ExplorerControls的显示问题
  18. mysql sql left right inner join区别及效率比较
  19. Excel2016通过宏生成拼音码
  20. SpagoBI系列----------[01]SpagoBI简介及安装步骤

热门文章

  1. 用squid配置代理服务器(基于Ubuntu Server 12.04)
  2. 利用nginx做tcp负载均衡
  3. Linux命令-网络命令:mail
  4. AFN访问https设置
  5. [Java基础]List,Map集合总结
  6. Android Studio 新手常见错误:Gradle DSL method not found: 'runProguard()'
  7. AngularJS体验式编程系列文章
  8. .net SQL分页
  9. CSU 1335: 高桥和低桥 (二分查找,树状数组)
  10. 第一个MICO CORBA demo实录