Created
September 3, 2021 10:22
-
-
Save mseemann/8b25e8bb1eb0d1f16cfc4d6fd0a0f9af to your computer and use it in GitHub Desktop.
mongodb-streams
This file contains hidden or 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
@Document(collection = ResumeTokenRepository.USER_COLLECTION) | |
public record User(@Id String id, @Indexed String userName) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment