会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
whiteme
Don't learn to code. Learn to think
博客园
首页
新随笔
联系
管理
订阅
2020年9月11日
@NotNull @NotBlank @NotEmpty
摘要: @NotNull 不能为null,但是可以是空的,没有size的约束 (基本类型) @NotBlank 不能为空且trim()后长度要大于1 (仅用在String) @NotEmpty 不能为null且size>0,有@Size属性 (集合和String) @NotEmpty和@NotBlank都是
阅读全文
posted @ 2020-09-11 10:44 whiteme
阅读(491)
评论(0)
推荐(0)
编辑
公告