Pergunta de entrevista da empresa Recro

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

Resposta da entrevista

Sigiloso

10 de dez. de 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