Skip to content

Instantly share code, notes, and snippets.

@anirban99
Created April 4, 2021 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anirban99/7745ebba131517262973ef1f30745405 to your computer and use it in GitHub Desktop.
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