Autowiring of fields failed; nested exception is...........Error creating bean with name 'siteOperaterFactory': Autowiring of fields fa ...........java.lang.NoClassDefFoundError: org/hibernate/cfg/Configuratio

看开头是以为是创建siteOperaterFactory实例出的错,再看后面,原来是缺少包

AnnotationConfiguration这个类在hibernate-annotations.jar中,你现在缺少的是 hibernate-annotations.jar
导入这个包应该就可以了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
猜你喜欢
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2021-11-22
相关资源
相似解决方案