|
|
@@ -1,18 +0,0 @@
|
|
|
-package com.ruoyi.common.security.annotation;
|
|
|
-
|
|
|
-import org.springframework.context.annotation.EnableAspectJAutoProxy;
|
|
|
-import org.springframework.scheduling.annotation.EnableAsync;
|
|
|
-
|
|
|
-import java.lang.annotation.*;
|
|
|
-
|
|
|
-@Target(ElementType.TYPE)
|
|
|
-@Retention(RetentionPolicy.RUNTIME)
|
|
|
-@Documented
|
|
|
-@Inherited
|
|
|
-// 表示通过aop框架暴露该代理对象,AopContext能够访问
|
|
|
-@EnableAspectJAutoProxy(exposeProxy = true)
|
|
|
-// 开启线程异步执行
|
|
|
-@EnableAsync
|
|
|
-public @interface EnableCustomConfig {
|
|
|
-
|
|
|
-}
|