# smart-community **Repository Path**: admin_hwp/smart-community ## Basic Information - **Project Name**: smart-community - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-09 - **Last Updated**: 2026-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SmartCommunity 智慧社区管理系统 基于若依框架二次开发的智慧社区物业管理系统,以养老关怀促物业费收缴。 ## 🚀 快速开始 ```bash # 1. 克隆项目 git clone https://gitee.com/admin_hwp/smart-community.git cd smart-community # 2. 初始化数据库(使用 IDEA 或 MySQL Workbench 执行) sql/create_tables.sql sql/menu.sql # 3. 启动后端(IDEA 中运行 SmartCommunityApplication) # 4. 启动前端 cd smartcommunity-ui npm install npm run dev ``` 详细步骤请参考 [📚 文档中心](./docs/README.md) ## 📋 功能特性 | 模块 | 功能 | |------|------| | 资产管理 | 社区、小区、楼栋、房屋、业主、车位、储藏室 | | 费用管理 | 费用项目、账单、缴费记录、收银台 | | 系统管理 | 用户、角色、菜单、部门、岗位 | ## 🛠️ 技术栈 | 层级 | 技术 | |------|------| | 前端 | Vue 2.x + Element UI | | 后端 | Spring Boot 3.2 + MyBatis-Flex 1.10.9 | | 数据库 | MySQL 8.0 + Redis | | 构建 | Maven + Node.js | ## 📚 文档 - [快速开始](./docs/getting-started/02-快速启动.md) - [开发环境配置](./docs/getting-started/01-开发环境配置.md) - [项目结构说明](./docs/guides/项目结构说明.md) - [常见问题排查](./docs/troubleshooting/常见问题排查.md) ## 🔑 默认账号 | 角色 | 用户名 | 密码 | |------|--------|------| | 超级管理员 | admin | admin123 | | 物业经理 | wuyejl | admin123 | ## 📂 项目结构 ``` SmartCommunity/ ├── docs/ # 文档 ├── smartcommunity-admin/ # 启动入口 ├── smartcommunity-system/ # 业务模块 ├── smartcommunity-ui/ # 前端 ├── sql/ # 数据库脚本 └── README.md ``` ## 🤝 参与贡献 欢迎提交 Issue 和 Pull Request。 ## 📄 许可证 基于 [MIT](LICENSE) 协议开源。