# kexilo **Repository Path**: ruoyi-x/kexilo ## Basic Information - **Project Name**: kexilo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-31 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kexilo 权限管理系统 基于 Spring Boot 3 + Vue 3 的权限管理系统,采用 RBAC(基于角色的访问控制)模型。 ## 项目架构 ### 后端模块 - **kexilo-common**: 公共基础模块 - **kexilo-auth**: 认证授权模块 - **kexilo-system**: 系统管理模块 - **kexilo-audit**: 审计日志模块 - **kexilo-admin**: 主应用启动模块 ### 前端模块 - **frontend**: Vue 3 + Element Plus 前端应用 ## 技术栈 ### 后端 - Spring Boot 3.2.x - Spring Security 6.2.x - MyBatis-Plus 3.5.x - PostgreSQL 15.x - Redis 7.x - RabbitMQ 3.12.x ### 前端 - Vue 3.4.x - Element Plus 2.5.x - Vite 5.x - Pinia 2.1.x ## 快速开始 ### 环境要求 - JDK 17+ - Maven 3.9+ - Node.js 18+ - PostgreSQL 15+ - Redis 7+ ### 开发环境启动 1. 克隆项目 ```bash git clone cd kexilo-detail ``` 2. 启动数据库和缓存 ```bash docker-compose up -d postgres redis ``` 3. 启动后端 ```bash cd backend mvn clean install cd kexilo-admin mvn spring-boot:run ``` 4. 启动前端 ```bash cd frontend npm install npm run dev ``` ## 项目进度 - [x] 整体目录结构创建 - [ ] 核心表结构DDL脚本 - [ ] Maven父项目搭建和模块结构创建 - [ ] 基础配置文件创建 - [ ] 数据库脚本设计和Flyway集成 ## 贡献指南 请参考 [工作计划安排.md](工作计划安排.md) 了解详细的开发计划和规范。 ## 许可证 MIT License