org.hibernate.HibernateException: /hibernate.cfg.xml not found

前端 未结 7 1040
野趣味
野趣味 2020-12-03 15:22

I\'m trying to use hibernate with spring 3 mvc but at the moment I get this exception thrown. I think I need to define my hibernate.cfg.xml somewhere, but not s

7条回答
  •  鱼传尺愫
    2020-12-03 15:56

    hibernate.cfg.xml should be in WEB-INF/classes. Alternatively, you can load it from a custom location by passing the corresponding argument to the configure(..) method.

提交回复
热议问题