拦截器

This commit is contained in:
wangw 2024-12-06 18:27:37 +08:00
parent 125e2b59a3
commit b781a7f670
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ import java.util.Date;
public class AppApiMethodAspect {
@Pointcut("execution(public * (" +
"com.sqx.modules.*.controller.* " +
").*(..)) && " +
"!execution(public * (" +
"com.sqx.modules.*.controller.SysLoginController " +
").*(..))")
public void pkg() {
}