摘要:
转载:https://blog.csdn.net/suchahaerkang/article/details/95478644 https://blog.csdn.net/justisme/article/details/105479752 阅读全文
摘要:
1 @NotEmpty :不能为null,且Size>02 @NotNull:不能为null,但可以为empty,没有Size的约束3 @NotBlank:只用于String,不能为null且trim()之后size>0 阅读全文