Merge branch 'dev' of github.com:nutzam/nutzboot into dev

This commit is contained in:
pangwu86 2019-03-25 09:29:55 +08:00
commit 1e46cb1a87

View File

@ -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) {