提交 48f33d62 编写于 作者: 冰 河's avatar 冰 河

提交《Spring核心技术》第28章文章

上级 5f94a7b5
......@@ -71,6 +71,7 @@
* [《Spring核心技术》第25章:深度解析构建AOP拦截器链的流程](https://articles.zsxq.com/id_1le7i7cflbec.html)
* [《Spring核心技术》第26章:深度解析调用通知方法的流程](https://articles.zsxq.com/id_twxhnxik8enc.html)
* [《Spring核心技术》第27章:深度解析@DeclareParents注解](https://articles.zsxq.com/id_rw597583o4jg.html)
* [《Spring核心技术》第28章:@EnableLoadTimeWeaving注解](https://articles.zsxq.com/id_hsvnjsdjoci8.html)
### 我的新书
......
......@@ -32,5 +32,6 @@ public class EnableLoadTimeWeavingTest {
AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(EnableLoadTimeWeavingConfig.class);
EnableLoadTimeWeavingService enableLoadTimeWeavingService = context.getBean(EnableLoadTimeWeavingService.class);
enableLoadTimeWeavingService.printEnableLoadTimeWeaving();
context.close();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册