hibernate.cfg.xml not found

前端 未结 7 2087
野的像风
野的像风 2020-12-06 05:46

I am new to Hibernate, reading this book \"Java persistence with Hibernate\" and I am trying to implement the example from there. So far my Ant build is successful, but when

7条回答
  •  -上瘾入骨i
    2020-12-06 06:10

    The hibernate.cfg.xml file shoul be in root directory of the classpath of your project. If you using Maven then make sure it should be like src > resources > hibernate.cfg.xml.

提交回复
热议问题