Skip to content

Instantly share code, notes, and snippets.

@dvallin
Created November 29, 2017 16:46
Show Gist options
  • Save dvallin/503a4d9ddb9fab9604f12a4cd0de4680 to your computer and use it in GitHub Desktop.
Save dvallin/503a4d9ddb9fab9604f12a4cd0de4680 to your computer and use it in GitHub Desktop.
public interface TaskRepository extends ReactiveMongoRepository<Task, UUID> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment