From b049e69454253e8ce43cc66e01458fb36d39d7f9 Mon Sep 17 00:00:00 2001 From: oyo Date: Sun, 31 Aug 2025 16:02:26 +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 5f10f9e..fc32c1f 100644 --- a/knowledge.md +++ b/knowledge.md @@ -1421,7 +1421,7 @@ Java、SpringBoot、MyBatis-plus(读取)、Hibernate(写入) │ │ ├──enums/ # 项目枚举 │ │ ├──redis/ # Redis配置 │ │ ├──response/ # 返回结果封装 - │ │ └──utils/ # 项目工具类 + │ │ └──utils/ # 项目工具类,存放全项目复用的、或多模块复用的工具类,如OSSUtils、UserTokenUtils等 └───├── entrance/ # 项目入口 │ ├── pom.xml # 项目级pom配置 │ └──AppApplication.java # 启动类