更新 knowledge.md

This commit is contained in:
oyo
2025-09-10 15:37:08 +08:00
parent dcff8d4701
commit 73c82a4f97

View File

@@ -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 # 子模块列表