반복되는 CRUD를 간편하게 하기 위함.
JPARepository interface를 상속받으면 됨
SpringDataJPA의 JPARepository는 SpringData의 인터페이스들을 상속받는다.