Skip to content

Instantly share code, notes, and snippets.

@SuvidhaMalaviya
Created February 7, 2023 17:40
Show Gist options
  • Save SuvidhaMalaviya/d23fa9a852e1fdb6090476e956595ba8 to your computer and use it in GitHub Desktop.
Save SuvidhaMalaviya/d23fa9a852e1fdb6090476e956595ba8 to your computer and use it in GitHub Desktop.
Repository
public interface EmployeeRepository extends JpaRepository<Employee, Long> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment