Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 662 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 662 Bytes

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