tech-decision
Installation
SKILL.md
技术决策指南
本项目技术栈(精确版本)
后端核心技术
| 技术 | 版本 | 用途 | 模块位置 |
|---|---|---|---|
| Spring Boot | 3.5.9 | 基础框架 | 全局 |
| Java | 17 | 开发语言 | 全局 |
| MyBatis-Plus | 3.5.16 | ORM 框架 | ruoyi-common-mybatis |
| Sa-Token | 1.44.0 | 权限认证 | ruoyi-common-satoken |
| Hutool | 5.8.43 | 工具库 | ruoyi-common-core |
| Redisson | 3.52.0 | Redis 客户端增强 | ruoyi-common-redis |
| MapStruct-Plus | 1.5.0 | 对象映射 | 全局 |
| SpringDoc | 2.8.15 | API 文档 | ruoyi-common-doc |
| Lombok | 1.18.42 | 代码简化 | 全局 |
| FastExcel | 1.3.0 | Excel 处理 | ruoyi-common-excel |
Related skills