Spring Boot Tutorial: Build a CRUD API (Java)

Hello Tadej. I hope you are going well.
The tutorial is very good and usefull. In the Create Endpoint section, the ResponseEntity.of() is used within the find() controller method. But you wrote it is used within the findAll() controller method. Is it a mistake ?

1 Like