摘要: 统一异常处理 代码托管地址:https://gitee.com/ZomiCC/code/tree/master/exception ##非统一异常处理 A代码:try...catch... B代码:try...catch... C代码:try...catch... D代码:try...catch... ##统一异 阅读全文
posted @ 2022-09-03 12:10 zomicc 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 统一校验 此文代码托管地址: https://gitee.com/ZomiCC/code/tree/master/validate 我们平时都会碰到很多通用校验的场景:比如字段非空校验、字段长度校验等等。如下所示: @Null:被注释的元素必须为null @NotNull:被注释的元素不能为null @Ass 阅读全文
posted @ 2022-09-03 11:18 zomicc 阅读(67) 评论(0) 推荐(0) 编辑