Hello @ndanga.wandji,
I believe you have found a bug in this tutorial. Currently, it says:
You use
ResponseEntity.of()
within thefindAll
method.
It should say:
You use
ResponseEntity.of()
within thefind
method.
You might also find this more-recent CRUD tutorial I created useful: