# family-mgmt **Repository Path**: djsdl/family-mgmt ## Basic Information - **Project Name**: family-mgmt - **Description**: 家庭综合管理模块 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-30 - **Last Updated**: 2026-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🏠 家庭综合管理平台 - 后端 基于 RuoYi-Vue-Pro 定制开发,专注家庭场景的综合管理系统。 ## 📦 技术栈 - **框架**:Spring Boot 2.7 + JDK 8 - **ORM**:MyBatis + MyBatis-Plus - **安全**:Spring Security + RBAC 权限管理 - **缓存**:Redis - **多租户**:Tenant 架构 - **构建**:Maven 多模块 ## 📁 项目结构 ``` ruoyi-vue-pro/ ├── yudao-dependencies/ # 依赖版本管理 ├── yudao-framework/ # 基础框架(web/security/redis/mybatis 等 starter) ├── yudao-server/ # 主启动模块 ├── yudao-module-system/ # 系统管理(用户/角色/菜单/字典) ├── yudao-module-infra/ # 基础设施(配置/任务调度) ├── yudao-module-pay/ # 支付模块 └── yudao-module-family-mgmt/ # 家庭综合管理 ✨ ``` ## 🏠 Family-Mgmt 模块 `yudao-module-family-mgmt` 是本项目定制新增的业务模块: | 子模块 | 说明 | |--------|------| | plan | 家庭计划(旅行/聚会/日程) | | member | 家庭成员管理 | | health | 健康档案管理 | | income | 家庭收入管理 | | expense | 家庭支出与预算管理 | ## 🚀 本地启动 1. 导入 `sql` 目录下的 SQL 文件 2. 修改 `yudao-server` 中的数据库连接配置 3. 启动 `YudaoServerApplication.java` ```bash # Maven 构建 mvn clean install -DskipTests ``` ## 🔗 相关链接 - 前端仓库:https://gitee.com/djsdl/family-mgmt-ui - 后端仓库:https://gitee.com/djsdl/family-mgmt --- > 🤖 Built by JARVIS for Sir