注解 javax.validation.constraints下的注解

@NotBlank, @NotNoll, @NotEmpty 实体字段校验之间的区别

简单的来说

字符串用@NotBlank

基本类型用@NotNoll

集合类型 @NotEmpty

你可能感兴趣的