摘要: spring aop的5种通知类型都有 Before前置通知 AfterReturning后置通知 Around环绕通知 AfterThrowing异常通知 After最终通知 首先创建接口和实现类 先测试后置通知 创建要在执行的方法前后的类 创建ApplicationContext文件 创建测试类 阅读全文