Created
January 9, 2018 11:44
-
-
Save Sam-Kruglov/6ca60f2a1839d454c817d161fe9a2b61 to your computer and use it in GitHub Desktop.
User repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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