Injecting the BookRepository dependency

The code for the BookRepository dependency is in BooksEndpoint (fragment):

@Path("books") 
@Component 
public class BooksEndpoint { 
 
    private BooksRepository books = 
      new BooksRepository(); 
[...] 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.237.201