@Repository public interface StudentRepository extends CrudRepository<Student,Long> { public Student findByName(String name); }.
確定! 回上一頁