提交 af2e30fd 编写于 作者: pig_冷冷's avatar pig_冷冷 提交者: Gitee

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

Merge pull request !39 from 华立/N/A
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册