!39 【轻量级 PR】:🐛 Fixing a bug. #19KSF PigSecurityInnerAspect 扫描失败, auth @Inner 无法使用

Merge pull request !39 from 华立/N/A
This commit is contained in:
pig4cloud.com 2020-03-17 22:52:52 +08:00 committed by Gitee
commit af2e30fdd5
1 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.springframework.core.Ordered;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
@ -41,7 +40,6 @@ import javax.servlet.http.HttpServletRequest;
*/
@Slf4j
@Aspect
@Component
@AllArgsConstructor
public class PigSecurityInnerAspect implements Ordered {
private final HttpServletRequest request;