摘要: 转载:https://blog.csdn.net/suchahaerkang/article/details/95478644 https://blog.csdn.net/justisme/article/details/105479752 阅读全文
posted @ 2020-08-13 15:16 路要一步一步走 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 1 @NotEmpty :不能为null,且Size>02 @NotNull:不能为null,但可以为empty,没有Size的约束3 @NotBlank:只用于String,不能为null且trim()之后size>0 阅读全文
posted @ 2020-08-13 14:58 路要一步一步走 阅读(262) 评论(0) 推荐(0) 编辑