Challenge: Book Loan System
Challenge yourself to implement a book loan system using Spring Data JPA.
We'll cover the following...
Implement a book loan system
Extend the existing library management system to include a loan system. We should be able to loan a book that is currently available and return the book.
Tasks
In this challenge, complete the following tasks:
-
Add the
available
Boolean
...