Skip to content

Instantly share code, notes, and snippets.

@hoangnt-2197
Last active October 22, 2020 13:55
Show Gist options
  • Save hoangnt-2197/f3b35c2fe68cb6cc87a64a86566bbb2b to your computer and use it in GitHub Desktop.
Save hoangnt-2197/f3b35c2fe68cb6cc87a64a86566bbb2b to your computer and use it in GitHub Desktop.
...
interface NotesRepository extends MongoRepository<Note, String> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment