From ba419461c18275cbc65e7adede8abafb43f7981c Mon Sep 17 00:00:00 2001 From: xuchengsheng Date: Mon, 9 Oct 2023 00:01:14 +0800 Subject: [PATCH] =?UTF-8?q?@Configuration=E6=BA=90=E7=A0=81=E5=88=86?= =?UTF-8?q?=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-annotation-configuration/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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-如何选择) + ### 一、注解描述