cleanup code

This commit is contained in:
jesus-dayo 2016-08-15 08:12:08 +08:00
parent bc60a8fba1
commit ac7407e4b3
1 changed files with 0 additions and 2 deletions

View File

@ -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> {
}