Commit ff12757c77400815edd4dacd0d815b3b1fe4b801

Authored by yanghl
1 parent 5c5bd998

chore(skills): Spring Boot 与 Ant Design 更新为最新稳定版

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
skills/plan/project-init/templates/docs-04-stack-template.md
... ... @@ -5,12 +5,12 @@
5 5 | 分层模块 | 技术 | 版本要求 | 说明 |
6 6 |---|---|---|---|
7 7 | 前端基础框架 | React | 19.x | 构建前端应用 |
8   -| 前端 UI 组件 | Ant Design | 5.x | 页面组件与交互控件 |
  8 +| 前端 UI 组件 | Ant Design | 最新稳定版(5.x) | 页面组件与交互控件 |
9 9 | 前端状态管理 | Redux Toolkit | 最新稳定版 | 管理全局状态 |
10 10 | 前端路由管理 | React Router | v6 | 页面路由与导航 |
11 11 | 前端工程化构建 | Vite | 最新稳定版 | 前端开发与打包构建 |
12 12 | 前端接口通信 | Axios | 最新稳定版 | 调用后端 API |
13   -| 后端基础框架 | Spring Boot | 3.x | 构建后端服务 |
  13 +| 后端基础框架 | Spring Boot | 最新稳定版(3.x) | 构建后端服务 |
14 14 | 后端数据访问 | MyBatis-Plus | 最新稳定版 | 数据库访问与 ORM 增强 |
15 15 | 工作流引擎 | Activiti | 6.x | 审批流、流程流转 |
16 16 | 缓存服务 | Redis | 最新稳定版 | 缓存、会话、分布式能力 |
... ...