@aspectJ机制剖析
摘要:
@aspectJ机制剖析 @aspectj通过修改字节码文件来实现目标方法的增强。 准备几个测试类: MyAOPConfig @Configuration @ComponentScan("com.coding.spring.aop") @EnableAspectJAutoProxy public c 阅读全文
posted @ 2024-08-28 17:43 ~码铃薯~ 阅读(7) 评论(0) 推荐(0) 编辑