@NotNull(message="用户名不能为空") private String uname; @NotEmpty 用在集合类上面 @NotBlank 用在String上面 @NotNull 用在基本类型上