Created
December 30, 2020 16:47
-
-
Save Ruhshan/8512a3ef218ba06b393c2a8be770a088 to your computer and use it in GitHub Desktop.
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
public class ApplicationUser { | |
@DocumentId | |
private String id; | |
private String username; | |
private String password; | |
private String imageUrl; | |
private String bio; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment