Skip to content

Instantly share code, notes, and snippets.

@Sam-Kruglov
Created January 9, 2018 11:44
Show Gist options
  • Save Sam-Kruglov/6ca60f2a1839d454c817d161fe9a2b61 to your computer and use it in GitHub Desktop.
Save Sam-Kruglov/6ca60f2a1839d454c817d161fe9a2b61 to your computer and use it in GitHub Desktop.
User repository
public interface UserRepository extends CrudRepository<User, Long> {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment