10 2021 档案
摘要:@Aspect@Component@Order(1)@Slf4jpublic class Auth4PasswordAspect extends BaseAspect { /** * 指定有该注解,且在controller包下或子包下的接口 */ @Pointcut(value = "@within
阅读全文
摘要:@Documented@Target({ElementType.TYPE, ElementType.METHOD})@Retention(RetentionPolicy.RUNTIME)@Inheritedpublic @interface AccessAuth { UserTypeEnum[] v
阅读全文
摘要:https://www.cnblogs.com/aligege/p/10221174.html
阅读全文