mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-11-30 02:38:28 +08:00
fixed aop加载模式
This commit is contained in:
parent
4b0b42b9b8
commit
b34600ac14
@ -11,7 +11,7 @@ import org.nutz.lang.Lang;
|
||||
|
||||
import com.alibaba.csp.sentinel.annotation.SentinelResource;
|
||||
|
||||
@IocBean
|
||||
@IocBean(name="$aop_sentinel_resource")
|
||||
public class SentinelAnnotationAop extends SimpleAopMaker<SentinelResource> {
|
||||
|
||||
public List<? extends MethodInterceptor> makeIt(SentinelResource t, Method method, Ioc ioc) {
|
||||
|
Loading…
Reference in New Issue
Block a user