提交 acb8abf5 编写于 作者: 华立 提交者: Gitee

🐛 Fixing a bug. #19KSF PigSecurityInnerAspect 扫描失败, auth @Inner 无法使用

上级 2d4da298
......@@ -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.
先完成此消息的编辑!
想要评论请 注册