From 73c82a4f97ee61a8e7b5a66558ded5cd213daaed Mon Sep 17 00:00:00 2001 From: oyo Date: Wed, 10 Sep 2025 15:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20knowledge.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- knowledge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge.md b/knowledge.md index dfa6f54..1e9e1dd 100644 --- a/knowledge.md +++ b/knowledge.md @@ -1535,7 +1535,7 @@ Java、SpringBoot、MyBatis-plus(读取)、Hibernate(写入) │ │ ├──redis/ # Redis配置 │ │ ├──response/ # 返回结果封装 │ │ └──utils/ # 项目工具类,存放全项目复用的、或多模块复用的工具类,如OSSUtils、UserTokenUtils等 - └───├── entrance/ # 项目入口 + └───├── entrance/ # 项目入口,引用了项目中的所有模块,通常适合放一些全局的Filter、Aspect等,如AuthFilter、LogAspect等 │ ├──pom.xml # 项目级pom配置 │ └──AppApplication.java # 启动类 └── modules # 子模块列表