diff --git a/spring-annotation-configuration/README.md b/spring-annotation-configuration/README.md index db5bb8d..9027ba9 100644 --- a/spring-annotation-configuration/README.md +++ b/spring-annotation-configuration/README.md @@ -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-如何选择) + ### 一、注解描述