Skip to content

Instantly share code, notes, and snippets.

@alexchirea
Created November 3, 2021 11:31
Show Gist options
  • Save alexchirea/99f4c4c23ee1dd42117aab19cdfa19ae to your computer and use it in GitHub Desktop.
Save alexchirea/99f4c4c23ee1dd42117aab19cdfa19ae to your computer and use it in GitHub Desktop.
@Repository
public interface PersonRepository extends JpaRepository<Person, Long> { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment