摘要:
@Aspect@Component@Order(1)@Slf4jpublic class Auth4PasswordAspect extends BaseAspect { /** * 指定有该注解,且在controller包下或子包下的接口 */ @Pointcut(value = "@within 阅读全文
posted @ 2021-10-30 19:34
yydssc
阅读(26)
评论(0)
推荐(0)
摘要:
@Documented@Target({ElementType.TYPE, ElementType.METHOD})@Retention(RetentionPolicy.RUNTIME)@Inheritedpublic @interface AccessAuth { UserTypeEnum[] v 阅读全文
posted @ 2021-10-30 19:34
yydssc
阅读(25)
评论(0)
推荐(0)