mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-05-14 12:52:08 +08:00
适配 springboot3
This commit is contained in:
@@ -70,7 +70,6 @@ public class SaCheckAspect {
|
||||
SaStrategy.me.checkMethodAnnotation.accept(method);
|
||||
}
|
||||
|
||||
|
||||
try {
|
||||
// 执行原有逻辑
|
||||
Object obj = joinPoint.proceed();
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
cn.dev33.satoken.aop.SaCheckAspect
|
||||
Reference in New Issue
Block a user