Created
January 9, 2018 11:45
-
-
Save Sam-Kruglov/ace3a8b87df171e6ba7ba75c33a3a439 to your computer and use it in GitHub Desktop.
Group 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 GroupRepository extends CrudRepository<Group, Long> {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment