No validator could be found for constraint
报错,是因为加了验证判断
@NotNull,@NotEmpty,@NotBlank区别
@NotNull是基础类型上的
@NotEmpty是在集合上的
@NotBlank是在String类型上的
No validator could be found for constraint
报错,是因为加了验证判断
@NotNull,@NotEmpty,@NotBlank区别
@NotNull是基础类型上的
@NotEmpty是在集合上的
@NotBlank是在String类型上的