mirror of https://gitee.com/maxjhandsome/pig
!39 【轻量级 PR】:🐛 Fixing a bug. #19KSF PigSecurityInnerAspect 扫描失败, auth @Inner 无法使用
Merge pull request !39 from 华立/N/A
This commit is contained in:
commit
af2e30fdd5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue