# Capital Account **Repository Path**: cs-learn/capital-account ## Basic Information - **Project Name**: Capital Account - **Description**: 个人资金账户管理系统 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-08-07 - **Last Updated**: 2022-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Capital Account ### 🌈 项目概述 个人资金账户管理系统 基于 Spring 实现的通用权限管理平台(RBAC模式)。整合最新技术高效快速开发,前后端分离模式,开箱即用。 ⚠️ 注意: 此项目为后端项目。 - [前端项目](https://gitee.com/cs-learn/capital-account-web) - [uni-app 项目](https://gitee.com/cs-learn/capitalAccount-uniapp) ### 🔨 项目结构 ``` Capital Account │ ├─sql SQL 脚本 │ ├─src 公共模块 │ │ │ └─main │ │ │ ├─java 源码文件 │ │ │ │ │ ├─common 公共代码 │ │ │ │ │ │ │ ├─aop 切面逻辑 │ │ │ │ │ │ │ ├─cache 缓存服务 │ │ │ │ │ │ │ ├─configure 集成配置 │ │ │ │ │ │ │ ├─constant 静态常量 │ │ │ │ │ │ │ ├─context 核心服务 │ │ │ │ │ │ │ ├─quartz 定时任务 │ │ │ │ │ │ │ ├─secure 安全实现 │ │ │ │ │ │ │ ├─tools 工具包 │ │ │ │ │ │ │ └─web 核心封装 │ │ │ │ │ ├─modules 业务代码 │ │ │ │ │ │ │ ├─job 定时任务 │ │ │ │ │ │ │ │ │ ├─domain 实体 │ │ │ │ │ │ │ │ │ ├─params 参数 │ │ │ │ │ │ │ │ │ ├─repository ORM 操作 │ │ │ │ │ │ │ │ │ ├─rest 接口 │ │ │ │ │ │ │ │ │ └─service 服务 │ │ │ │ │ │ │ │ │ │ │ └─sys 基础功能 │ │ │ │ │ └─EntranceApplication 启动类 │ │ │ └─resource 资源文件 │ └─pom.xml Maven 配置 ``` ### ⚡ 快速启动 1. 运行 sql 文件 2. 运行 redis 3. 修改数据库配置 - application.yml - application-dev.yml 4. 启动项目 5. 打开链接查看 [接口文档](http://127.0.0.1:9292/swagger-ui.html) ### 💐 特别鸣谢 - 👉 Pear Admin Pro [https://gitee.com/pear-admin/pear-admin-pro](https://gitee.com/pear-admin/pear-admin-pro) - 👉 Vue Next:[https://github.com/vuejs/vue-next](https://github.com/vuejs/vue-next) - 👉 Ant Design Vue:[https://gitee.com/ant-design-vue/ant-design-vue](https://gitee.com/ant-design-vue/ant-design-vue) - 👉 Spring Boot:[https://github.com/spring-projects/spring-boot](https://github.com/spring-projects/spring-boot) - 👉 MyBatis Plus:[https://gitee.com/baomidou/mybatis-plus](https://gitee.com/baomidou/mybatis-plus) ### 🍻 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request 如果这个项目帮助了你,请给一个 ⭐️ Star ⭐️ !