接口加解密

/** * 这个就是一个标识是否加解密的注解 */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface CryptFlag { } @Slf4j @ControllerAdvice public class CryptResponseBodyAdvice i
相关文章
相关标签/搜索