This is a simple web-based Spring Maven project to create, update, and delete customer informations. All customer information are displayed on a table with buttons to create, edit, and delete customers. This project was built using the Spring Framework, Maven build tool, and MySql where informations are stored. The project is deployed using Apache Tomcat 9.
A demo of this project can be found at my personal website.
- Install Java (JDK 1.8).
- Install MySQL workbench or SQL Developer in your local system.
- Install Maven 3 or higher.
- Install an IDE such as IntelliJ or Eclipse.
- Clone and open the project using an IDE.
- Deploy the project onto Apache Tomcat 9.
- If deployed locally, go to the url http://localhost:8080/MySpringMVC/.
- Convert HibernateTemplate to SessionFactory as HibernateTemplate is deprecated.
- Add more information to customer that can be stored in the table.
- Add CSS to the website.