package com.example.spring.bank.account; import org.springframework.data.repository.ListCrudRepository; public interface AccountRepository extends ListCrudRepository { }