Implementing CrudRepository find, findAll, and delete method

preview_player
Показать описание
Add find, findAll, and delete operations to an existing project that uses CrudRepository from Spring. Show how this can be invoked, from Postman to controller to service to DAO to repository. Finally, walk through it in the debugger in IntelliJ IDEA.

Рекомендации по теме
Комментарии
Автор

Thank you so much Mr Brendan for this video. It had helped me to accomplish my mini capstone. It is a simple blog application Back End / API. The goal is to retrieve or display all of the posts that only a single user have made. This video have helped me to get an idea how to use List correctly. More power to you.. ^^

ericklayson
Автор

Whats the best way to convert the Iterable returned by findAll to List ? Would it be better to go for JpaRepository instead of CrudRepository?

diegoramos
Автор

The correct order of videos from 42-44 is -> [ 44->43->42]

sameerkosurkar