Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Created April 4, 2018 02:20
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 tassioauad/094bffe75f98a4ef3e9eef0e346100af to your computer and use it in GitHub Desktop.
Save tassioauad/094bffe75f98a4ef3e9eef0e346100af to your computer and use it in GitHub Desktop.
@RepositoryRestResource(path = "person")
public interface PersonRepository extends PagingAndSortingRepository<Person, Long> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment