March 2018
Intermediate to advanced
324 pages
8h 30m
English
The code for the BookRepository dependency is in BooksEndpoint (fragment):
@Path("books")
@Component
public class BooksEndpoint {
private BooksRepository books =
new BooksRepository();
[...]
Read now
Unlock full access