2、spring aop基础.md 256 B

Spring AOP 基础

@AspectJ 注解驱动

  • 激活 @AspectJ 模块
    • 注解激活 - @EnableAspectJAutoProxy
    • XML 配置 - <aop:aspectj-autoproxy/>
  • 声明 Aspect
    • @Aspect

image-20221127151752087