Browse Source

Update InjectInstAspect.java

shimingxy 2 days ago
parent
commit
0cbb70fedb

+ 1 - 1
maxkey-authentications/maxkey-authentication-core/src/main/java/org/dromara/maxkey/authn/web/aspect/InjectInstAspect.java

@@ -43,7 +43,7 @@ public class InjectInstAspect {
     
     static final String INSTID_FIELD	= "instId";
     
-    @Pointcut("@annotation(org.maxkey.authn.annotation.InjectInst)")
+    @Pointcut("@annotation(org.dromara.maxkey.authn.annotation.InjectInst)")
     public void injectInstMethods() {
     }