Skip to content

Instantly share code, notes, and snippets.

@anirban99
Created April 4, 2021 10:52
Show Gist options
  • Select an option

  • Save anirban99/7745ebba131517262973ef1f30745405 to your computer and use it in GitHub Desktop.

Select an option

Save anirban99/7745ebba131517262973ef1f30745405 to your computer and use it in GitHub Desktop.
@Repository
interface EmployeeRepository : JpaRepository<Employee, Long>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment