My project is like this:
/src/main/java -thegamers -app.java -hibernateutil.java
can someone tell me where to put th
Place hibernate.cfg.xml under src/ folder or explicitly mention the path in code as:
hibernate.cfg.xml
src/
new Configuration.configure("path of hibernate.cfg.xml").buildsessionfactory()