Skip to content

Simple CRUD example using Maven, Spring MVC, Hibernate, MySQL

Notifications You must be signed in to change notification settings

maxsouldrake/PartManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PartManager

JavaRush online intership test task

Simple CRUD example using Maven, Spring MVC, Hibernate, MySQL

Task:

Create a simple application to view a list of parts for computer assembly. Records stored in the database. The list should contain the titles of the parts (String), its necessity (boolean) and quantity (int). There should be a pagination, necessity filtering and searching by title. Below the parts list always display a field that shows how many computers can be assembled from parts in stock.

Result:

computermanager

About

Simple CRUD example using Maven, Spring MVC, Hibernate, MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages