报错提示:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext_datasource.xml]: Invocation of init method failed; nested exception is org.hibernate.boot.MappingException: must specify an identifier type: cn.itboyuan.erp.entity.Dep : origin(null)

 

解决方法:

该问题看似是init调用失败,实则为标识符有一项为空,截图如下,补全并给测试类使用全路径(红色方块标识处,不然会提示找不到‘sessionfactory’),再次测试正常。

使用测试类测试Dao层是否能使用提示如下报错解决办法

使用测试类测试Dao层是否能使用提示如下报错解决办法

相关文章:

  • 2021-08-26
  • 2021-07-08
  • 2021-11-19
  • 2022-01-27
  • 2021-07-20
  • 2021-04-30
  • 2021-07-29
猜你喜欢
  • 2021-04-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案