Pregunta de entrevista de Recro

Write an REST endpoint to update Employee information? Sub question(After I answered): what is the difference between JPARepository and CRUDRepository

Respuesta de la entrevista

Anónimo

10 dic 2021

I wrote code snippet (Roughly in notepad) and I answered to subquestion as CRUDRepository is used for basic CRUD operation but in JPARepository has some extra functionalities like "findById", "findByName", "FindFirst" etc