摘要:
global error @Data @NoArgsConstructor @AllArgsConstructor public class GlobalException extends RuntimeException { //这个是留给后面用的 什么异常自己注入 private RespBea 阅读全文
摘要:
自定义注解类 使用的时候需要加上@valid @Target({ METHOD, FIELD, ANNOTATION_TYPE, CONSTRUCTOR, PARAMETER, TYPE_USE }) @Retention(RUNTIME) @Documented @Constraint(valid 阅读全文