Hello, I'm creating a project of my own (for learning only) but I'm not able to make my project connect to the database.
I'm using netbeans IDE, I created my class, Hibernate.cfg, HibernateUtil.java, DAOInterface and DAO, outside the model and the controller. But when I'm running my project is not creating the database. I already went through the browser and created the database but in netbeans it only shows "BUILT WITH SUCCESS" and does not show the sqls commands (showing that it created the tables). What can I do to make it work?
I'm using netbeans IDE, I created my class, Hibernate.cfg, HibernateUtil.java, DAOInterface and DAO, outside the model and the controller. But when I'm running my project is not creating the database. I already went through the browser and created the database but in netbeans it only shows "BUILT WITH SUCCESS" and does not show the sqls commands (showing that it created the tables). What can I do to make it work?