摘要: SpringCinfig下必须有@EnableAspectJAutoProxy //开启切面@EnableAspectJAutoProxy public class SpringConfig { } 切点表达式 可以简单理解为当直线execution()中路径的方法时将其捕获,在被捕获方法前或后运行 阅读全文
posted @ 2023-03-21 10:25 qintee 阅读(21) 评论(0) 推荐(0)