ajinkyabridgelabz / online-library-management-system

Create a web application using Spring Boot that allows users to manage books in an online library.
0 stars 0 forks source link

Added:Remove a book by bookId #8

Closed satya1-2 closed 1 year ago

satya1-2 commented 1 year ago

first I make a endpoint of remove and the write the business logic in Service class and then implement in service Interfcae

Mayurp375 commented 1 year ago

resolved the issue