EH-ADMIN,一个基于SpringBoot2 + Vue3 的前后端分离的后台管理系统
项目介绍 | 站点演示 | 项目特点 | 技术架构 | 项目文档 | 快速开始 | 特别鸣谢
- 本项目借鉴了eladmin,对一些方面进行了改进,前端使用了字节的前端UI框架Arco Design进行重构, 使界面更加友好,简洁。
- 作者本人是第一次学习写项目,对于项目的一些规范可能有所欠缺,如有不当希望大家能多多指点,多多提出问题。
项目进度:
- 系统管理: 用户、角色、菜单、部门、岗位、字典、任务调度管理
- 系统监控:在线用户、操作日志、服务监控、SQL监控
- 运维管理:服务器、应用管理、部署管理、部署备份、数据库管理
- 系统工具:代码生成、存储管理、邮件工具、接口文档、支付宝工具
- 其他功能: 限流控制...
QQ交流群:727793103
EH-ADMIN是一个基于SpringBoot2与Vue3的前后端分离后台管理系统。Web使用Vue+Arco Design,后端使用SpringBoot+MyBatis-Plus进行开发,使用 SpringSecurity+Jwt做登录验证和权限校验(权限控制采用RBAC**)。
源码地址
平台 | 前端 | 后端 |
---|---|---|
gitee | https://gitee.com/erha_a/erha-admin-web | https://gitee.com/erha_a/erha-admin-main |
github | https://github.com/Forever2ha/erha-admin-web | https://github.com/Forever2ha/erha-admin-main |
体验地址 : http://175.24.198.241:81
开发文档 : http://175.24.198.241
技术 | 说明 | 官网 |
---|---|---|
SpringBoot | MVC框架 | https://spring.io/projects/spring-boot |
SpringSecurity | 认证和授权框架 | https://spring.io/projects/spring-security |
MyBatis-Plus | ORM框架 | https://mp.baomidou.com/ |
Swagger-UI | 文档生产工具 | https://github.com/swagger-api/swagger-ui |
Redis | 分布式缓存 | https://redis.io/ |
Druid | 数据库连接池 | https://github.com/alibaba/druid |
七牛云 | 七牛云 - 对象储存 | https://developer.qiniu.com/sdk#official-sdk |
JWT | JWT登录支持 | https://github.com/jwtk/jjwt |
SLF4J | 日志框架 | http://www.slf4j.org/ |
Lombok | 简化对象封装工具 | https://github.com/rzwitserloot/lombok |
Nginx | HTTP和反向代理web服务器 | http://nginx.org/ |
Mapstruct | Java对象拷工具 | https://mapstruct.org/ |
Hutool | Java工具包类库 | https://hutool.cn/docs/#/ |
yauaa | 解析客户端操作系统、浏览器信息 | https://yauaa.basjes.nl/ |
...
请提前安装好:mysql5.7 | yarn | redis 5+ | jdk1.8+
前端: https://github.com/Forever2ha/erha-admin-web
后端: https://github.com/Forever2ha/erha-admin-main
- 在 doc/sql/ 找到 erha-admin.sql,创建一个数据库,然后导入此sql文件
- 在 erha-admin-main erha-admin-system/src/main/resources 找到 application.yml , 修改你的mysql配置
记得提前启动本地redis服务
yarn install
yarn dev
用idea打开直接运行
- 感谢 eladmin 提供的项目结构,数据库等
- 感谢 Arco Design Pro 提供的后台开发模板
项目的发展离不开你的支持,请作者喝杯咖啡吧☕