摘要: 空检查 @Null 验证对象是否为null @NotNull 验证对象是否不为null, 无法查检长度为0的字符串 @NotBlank 检查约束字符串是不是Null还有被Trim的长度是否大于0,只对字符串,且会去掉前后空格. @NotEmpty 检查约束元素是否为NULL或者是EMPTY. Boo 阅读全文
posted @ 2022-05-01 22:28 花心大萝卜li 阅读(85) 评论(0) 推荐(0)
摘要: # Redis配置文件样例 # Note on units: when memory size is needed, it is possible to specifiy # it in the usual form of 1k 5GB 4M and so forth: # # 1k => 1000 阅读全文
posted @ 2022-05-01 21:34 花心大萝卜li 阅读(172) 评论(0) 推荐(0)