Skip to content

b-chen00/MySpringMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Customer Relationship Manager

Summary/Description

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.

How to Run the Project:

Requirements:

  • 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.

Run the project:

  1. Clone and open the project using an IDE.
  2. Deploy the project onto Apache Tomcat 9.
  3. If deployed locally, go to the url http://localhost:8080/MySpringMVC/.

To-do:

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published