Skip to content

Instantly share code, notes, and snippets.

@kubawieczorek
Created March 7, 2020 17:44
Show Gist options
  • Save kubawieczorek/499d3602db7a6cdb224ce5c90d8f0dbf to your computer and use it in GitHub Desktop.
Save kubawieczorek/499d3602db7a6cdb224ce5c90d8f0dbf to your computer and use it in GitHub Desktop.
@Repository
public interface AccountRepository extends CrudRepository<Account, Integer> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment