关于网友提出的“ Intellij idea 提示SessionFactory 没有类型匹配,不能注入”问题疑问,本网通过在网上对“ Intellij idea 提示SessionFactory 没有类型匹配,不能注入”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:
问题: Intellij idea 提示SessionFactory 没有类型匹配,不能注入描述:
hibernatespringmvc
错误提示信息: could not autowire. no beans of 'sessionfactory' type found下面是我的sessionFactory的配置:
${hibernate.hbm2ddl.auto}
${hibernate.dialect}
${hibernate.show_sql}
${hibernate.format_sql}
${hibernate.jdbc.batch_size}
${hibernate.cache.use_query_cache}
解决方案1:
你的hibernate是版本4???