Hello forum members,
I want to start an dynamic webapplication build with Maven. I used archetype 11 to build the project and compile it to an Eclipse project.
Now i need to work with Hibernate to CRUD a MySQL database which runs locally.
First question is where to put the file hibernate.cfg.xml because when i run an example project i receive the Hibernate Exception complaining about not finding the file hibernate.cfg.xml.
What is the place hibernate search for this file?
Greetings,
Gerrit
I want to start an dynamic webapplication build with Maven. I used archetype 11 to build the project and compile it to an Eclipse project.
Now i need to work with Hibernate to CRUD a MySQL database which runs locally.
First question is where to put the file hibernate.cfg.xml because when i run an example project i receive the Hibernate Exception complaining about not finding the file hibernate.cfg.xml.
What is the place hibernate search for this file?
Greetings,
Gerrit