Spring - 使用注解配置AOP

   1.配置切点 /** * 切点 * @Component默认是类名首字母小写,也可以写成 @Component("demo123")进行自定义 * @author BarryLee * @2018年11月14日@上午8:50:51 */ @Component("demo123") public class Demo { //配置切点 @Pointcut("execution(*
相关文章
相关标签/搜索