问题:The import javax.validation.constraints.NotNull cannot be resolved" 想要设置bean的验证: @NotEmpty(message = "姓名不能为空") @Size(min=2, max=20) @Column(nullable = false