当前位置: 首页 > 知识库问答 >
问题:

考虑在配置中定义类型为'org.hibernate.SessionFactory'的bean

印成天
2023-03-14
Field sessionFactory in com.example.dao.CartDaoImpl required a bean of type 'org.hibernate.SessionFactory' that could not be found.

Action:

Consider defining a bean of type 'org.hibernate.SessionFactory' in your configuration.

共有1个答案

蔡明贤
2023-03-14

使用Hibernate 5简单检查以下内容

--检查基本包是否扫描(HibernateConfig.java)

--检查文件@configuration@enableTransactionManagement中的有效批注

 类似资料: