org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'zjMeasurePayService': Bean with name 'zjMeasurePayService' has been injected into other beans [zjMeasurePayDetailService] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using 'getBeanNamesOfType' with the 'allowEagerInit' flag turned off, for example.

将其中一个service换成Dao即可

最新文章

  1. .NET/ASP.NETMVC 大型站点架构设计—迁移Model元数据设置项(自定义元数据提供程序)
  2. Eclipse如何解决启动慢
  3. 【PHP面向对象(OOP)编程入门教程】6.如何去使用对象中的成员
  4. andorid开发易范的错误
  5. BCP 导入导出数据库数据
  6. Linux xargs命令
  7. POJ C程序设计进阶 编程题#1:分配病房
  8. POJ2240——Arbitrage(Floyd算法变形)
  9. codeforces 391C3 - The Tournament
  10. [转]toString()方法
  11. 基于 Quartz 开发企业级任务调度应用--转
  12. AsParallel 用法
  13. PHP二位数组按照数组的某个字段值排序
  14. Matlab - 各种函数学习
  15. Linux系统调用:进程的终止
  16. 智能ERP 交接班统计异常的解决方法
  17. Linux 常用命令(2)
  18. laravel队列使用
  19. ssh客户端连接报认证失败
  20. 24.OGNL与ValueStack(VS)-集合对象初步

热门文章

  1. CollectionView网格布局
  2. Watir: Watir webdriver对JS 弹出框的操作现在非常简单。
  3. 微信小程序在线制作 自己制作微信小程序
  4. 压缩&&解压
  5. 865C
  6. JS获取子节点、父节点和兄弟节点的方法实例总结
  7. Spring中AOP的两种代理方式(Java动态代理和CGLIB代理)
  8. Oracle中插入100万条数据
  9. Codeforces - 474D - Flowers - 构造 - 简单dp
  10. python 类对象和实例对象动态添加方法