更新 knowledge.md

This commit is contained in:
oyo
2025-08-31 16:02:26 +08:00
parent e9a6bc4d7e
commit b049e69454

View File

@@ -1421,7 +1421,7 @@ Java、SpringBoot、MyBatis-plus(读取)、Hibernate(写入)
│ │ ├──enums/ # 项目枚举 │ │ ├──enums/ # 项目枚举
│ │ ├──redis/ # Redis配置 │ │ ├──redis/ # Redis配置
│ │ ├──response/ # 返回结果封装 │ │ ├──response/ # 返回结果封装
│ │ └──utils/ # 项目工具类 │ │ └──utils/ # 项目工具类存放全项目复用的、或多模块复用的工具类如OSSUtils、UserTokenUtils等
└───├── entrance/ # 项目入口 └───├── entrance/ # 项目入口
│ ├── pom.xml # 项目级pom配置 │ ├── pom.xml # 项目级pom配置
│ └──AppApplication.java # 启动类 │ └──AppApplication.java # 启动类