# 红星物业后台 **Repository Path**: ailian-theory/property ## Basic Information - **Project Name**: 红星物业后台 - **Description**: 基于springboot+vue开发的前后端分离,开箱即用的后台项目,欢迎star - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-02-17 - **Last Updated**: 2025-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, vue3, TypeScript, element-plus, mybatis-plus ## README # property ### 项目说明 开箱即用的后台模版,项目使用技术栈(后端Java11、SpringBoot2.7.6,前端TypeScript、Vite、Vue3、Element Plus、Pinia、Echart、腾讯地图),提供了用户和权限管理的核心功能最佳实践方案,适合作为基础工程二次定制开发、接私活、源码学习等场景 ### 账号 - admin / 123456 (拥有所有权限) - zhangsan/ 123456(拥有部分权限) ### 项目预览 ![](https://gitee.com/ailian-theory/property/raw/master/img/202402172138642.png) ![](https://gitee.com/ailian-theory/property/raw/master/img/202402172138323.png) ![](https://gitee.com/ailian-theory/property/raw/master/img/202402172138785.png) ![](https://gitee.com/ailian-theory/property/raw/master/img/202402172139033.png) ![](https://gitee.com/ailian-theory/property/raw/master/img/202402172139664.png) ## 软件需求 - JDK 11 - MySQL 8.0 - Maven 3.6.0+ - Redis 1.5+ - Node 16+ ## 本地部署 - 通过git下载源码 - 执行sql文件,创建数据库property_management,数据库编码为UTF-8 - 修改application.yml文件,更改MySQL、Redis账号和密码 - 启动服务,访问管理后台地址:[http://localhost:5555] - Swagger地址:[http://127.0.0.1:8080/swagger-ui/index.html]