阅读背景:

升级到Spring Boot 2后,ObjectMapper无法在没有默认构造函数的情况下反序列化

来源:互联网 

I have following DTOs:

我有以下DTO:

@Value
public class PracticeResults {
    @NotNull
    Map<Long, Boolean> wordAnswers;
}

@Value
public class ProfileMetaDto {

    @NotEmpty
    String name;
    @Email
    String email;
    @Size(min = 5)
    String password;
}
@Value
publ



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: