@Configuration源码分析

master
xuchengsheng 2023-10-09 00:01:14 +08:00
parent 53629b4e13
commit ba419461c1
1 changed files with 5 additions and 4 deletions

View File

@ -20,10 +20,11 @@
- [8.1、最佳实践总结](#81最佳实践总结)
- [8.2、源码分析总结](#82源码分析总结)
- [九、常见问题](#九常见问题)
- [7.2 @Configuration中full模式与lite模式如何选择](#72-configuration中full模式与lite模式如何选择)
- [7.2.1 Full 模式](#721-full-模式)
- [7.2.2 Lite 模式](#722-lite-模式)
- [7.2.3 如何选择](#723-如何选择)
- [9.2 @Configuration中full模式与lite模式如何选择](#92-configuration中full模式与lite模式如何选择)
- [9.2.1 Full 模式](#921-full-模式)
- [9.2.2 Lite 模式](#922-lite-模式)
- [9.2.3 如何选择](#923-如何选择)
### 一、注解描述