Spring Boot Tutorial: Build a CRUD API (Java)

Hello @ndanga.wandji,

I believe you have found a bug in this tutorial. Currently, it says:

You use ResponseEntity.of() within the findAll method.

It should say:

You use ResponseEntity.of() within the find method.

You might also find this more-recent CRUD tutorial I created useful:

1 Like