Skip to content

Instantly share code, notes, and snippets.

@RickSlot
Created April 14, 2023 12:46
Show Gist options
  • Save RickSlot/d0d4238dd3bd77cb8a0b12dd4f17ec39 to your computer and use it in GitHub Desktop.
Save RickSlot/d0d4238dd3bd77cb8a0b12dd4f17ec39 to your computer and use it in GitHub Desktop.
public interface UserRepository extends MongoRepository<User, String> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment