Skip to content

MihaiTudorP/Sample-Customer-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sample-Customer-CRUD

Simple Web application to demonstrate Spring & Hibernate functions. The app displays a customer list extracted from the database and allows adding, removing and updating the customers. The customers in the list are basic entities having id, first name, last name and email The database has one Customer table with the fields mentioned earlier. The fields are mapped to the Customer Java entity using Hibernate annotations

Technologies used:

  • Spring MVC
  • Spring AOP
  • Apache Commons Logging
  • Hibernate Validator
  • Hibernate ORM

Database engine used: MySQL

The project was made during Chad Darby's "Spring & Hibernate for beginners" course on Udemy The CSS is supplied by Chad Darby for making the pages look more appealing. The colors were changed to my preferences.

About

Simple Web application to demonstrate Spring & Hibernate functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published