Commit e70a299faba6f3457a58957e1bafa25bc121ae35

Authored by yanghl
1 parent 710d8d11

chore(skills): MyBatis-Plus 版本标注为最新稳定版 3.x

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
skills/plan/project-init/templates/docs-04-stack-template.md
... ... @@ -11,7 +11,7 @@
11 11 | 前端工程化构建 | Vite | 最新稳定版 | 前端开发与打包构建 |
12 12 | 前端接口通信 | Axios | 最新稳定版 | 调用后端 API |
13 13 | 后端基础框架 | Spring Boot | 最新稳定版(4.x) | 构建后端服务 |
14   -| 后端数据访问 | MyBatis-Plus | 最新稳定版 | 数据库访问与 ORM 增强 |
  14 +| 后端数据访问 | MyBatis-Plus | 最新稳定版(3.x) | 数据库访问与 ORM 增强 |
15 15 | 工作流引擎 | Activiti | 最新稳定版(7.x) | 审批流、流程流转 |
16 16 | 缓存服务 | Redis | 最新稳定版 | 缓存、会话、分布式能力 |
17 17 | 报表打印 | JXLS | 2.8.1 | 基于 Excel 模板生成报表 |
... ...