This commit is contained in:
parent
25872802bc
commit
2578a49786
|
|
@ -28,7 +28,7 @@ public class PreventRepeatSubmitAspect {
|
|||
private RedisService redisCache;
|
||||
|
||||
// 定义一个切入点,待测试使用
|
||||
@Pointcut("@annotation(com.bonus.sgzb.common.security.annotation.PreventRepeatSubmit)")
|
||||
@Pointcut("@annotation(com.bonus.common.security.annotation.PreventRepeatSubmit)")
|
||||
public void preventRepeatSubmit() {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue