Created
November 1, 2021 23:28
-
-
Save kapresoft/4294056068aba51b3de244e1db045d90 to your computer and use it in GitHub Desktop.
Spring Boot Jackson and Lombok Best Practices - Account JSON
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
{ | |
"username": "kapre", | |
"email": "[email protected]", | |
"firstName": "Kapre", | |
"lastName": "Agta" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment