Error creating bean with name 'diaryDAO' defined in class path resource [applicationContext.xml]:

来源:互联网 发布:网络主播瞳孔 编辑:程序博客网 时间:2024/06/02 01:08

 Error creating bean with name 'diaryDAO' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: 'sessionFactory' or 'hibernateTemplate' is required的错误原因:

在applicationContext.xml文件中的有关DAO的bean里面没有注入sessionFactory。

阅读全文
0 0
原创粉丝点击