Here is the code:@Repositorypublic interface AccountRepository extends JpaRepository<Account, Long> {} JpaRepository from Spring Data JPA project.
確定! 回上一頁