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

前端 未结 7 997
野趣味
野趣味 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条回答
  • Even if i had hibernate.cfg.xml under src folder, i get

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

    after running mvn clean install. With Try and error i was able to resolve it by removing hibernate.cfg.xml from src folded and add to to somewhere else. Run the app(It is a main class in my case). During this I still get the error. and add it back to src folder and rum the main class. It worked!

    0 讨论(0)
提交回复
热议问题