From ac6bf88bca0c554bbcb859c5a4cb7d8d7af3672c Mon Sep 17 00:00:00 2001 From: dialYun <1552333077@qq.com> Date: Sat, 5 Oct 2024 13:57:54 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dialYun <1552333077@qq.com> --- docs/dev-guide/customization.md | 4 ++-- docs/theory/nop-for-gpt.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dev-guide/customization.md b/docs/dev-guide/customization.md index 478260412..e2c6a6e65 100644 --- a/docs/dev-guide/customization.md +++ b/docs/dev-guide/customization.md @@ -35,7 +35,7 @@ Nop平台中所有的bean都由NopIoC容器统一管理,它是一个语法类 4. `id="$DEFAULT$nopActionAuthChecker"` 表示它定义的是一个default实现,如果存在一个具有相同名称的bean,则会自动替换这个实现。 nopActionAuthChecker的原始定义如下,节点上标记了ioc:default='true'。如果存在另外一个bean的name也是nopActionAuthChecker,则会自动 -覆盖这个缺省定义。ioc:default的作用类似于SpringBoot中的ConditionOnMissingBean +覆盖这个缺省定义。ioc:default的作用类似于SpringBoot中的ConditionalOnMissingBean ```xml @@ -60,7 +60,7 @@ nopActionAuthChecker的原始定义如下,节点上标记了ioc:default='true' - + ``` diff --git a/docs/theory/nop-for-gpt.md b/docs/theory/nop-for-gpt.md index df84399d1..556555907 100644 --- a/docs/theory/nop-for-gpt.md +++ b/docs/theory/nop-for-gpt.md @@ -140,9 +140,9 @@ ```xml - + - + ``` -- Gitee