cleanup code
This commit is contained in:
parent
bc60a8fba1
commit
ac7407e4b3
|
@ -2,9 +2,7 @@ package org.baeldung.web.dao;
|
|||
|
||||
import org.baeldung.web.entity.Student;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface StudentRepository extends JpaRepository<Student, Long> {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue