Question: how to create CRUD operation inside controller class and react for the following public class BookList { @Id @GeneratedValue ( strategy = GenerationType . IDENTITY
how to create CRUD operation inside controller class and react for the following public class BookList
@Id
@GeneratedValue
strategy
GenerationTypeIDENTITY
private int bookId;
private String bookTitle;
private String bookAuthor;
private int publishedYear;
private String genre; including the following requirements
Users can show a list of books they currently own or are willing to share
A
bookshelf
or comprehensive catalog of books available to borrow
A
community wishlist
page which shows books users wish to read
External API Usage for books. without using service class use instead fetch method
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
