Question: Add Database Capabilities for Clothes Warehouse - Implement JPA Repository for Clothes Store with pagination and sorting ( 2 % ) - Annotate Item with
Add Database Capabilities for Clothes Warehouse
Implement JPA Repository for Clothes Store with pagination and
sorting
Annotate Item with JPA model annotations so Item is interpreted
as table
Use command line runner to populate the table with some items
On addition of the item it should be save to the database
After addition you should be redirected to the list page that you
would need to create that lists all the items
Use bootstrap for styling of the list
Create custom query to return items only for one specific brand
and year and create a button on list page that on click
sorts list by brand and rerenders the list
write complete code for separate files under controllers, models, services etc. and also make the code using spring boot initalizer?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
