本文介绍了在上下文初始化期间遇到异常 - 取消刷新尝试:org.springframework.beans.factory的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有以下错误: HomeController:
SessionFactory :
$ b
错误的屏幕截图:
解决方案
您应该使用它的dao类注册您的bean对象在应用程序上下文文件中
这里'p'是HomeConttroller中ProductDAO的对象声明
I have following errors:
HomeController:
SessionFactory:
Screenshot of error: http://prntscr.com/ejjtp5
解决方案
you should register your bean object with its dao class inside application context file.here 'p' is declared object of ProductDAO in HomeConttroller
这篇关于在上下文初始化期间遇到异常 - 取消刷新尝试:org.springframework.beans.factory的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!