Closed nginx500 closed 10 months ago
create controller and service layer for below model class. create and list functionality is enough.
class Book{ Long id; String name; Float price; }
create controller and service layer for below model class. create and list functionality is enough.