Last active
May 29, 2017 23:58
-
-
Save gregturn/01be0d406b8b89fd58490c58ff66f338 to your computer and use it in GitHub Desktop.
Customer domain object - before changes
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
@Data | |
@JsonIgnoreProperties(ignoreUnknown = true) | |
public class Customer { | |
private String name; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment