AWESOME
AWESOME 后台管理系统
预览 | 官 网 |
系统介绍
AWESOME 是一个用Java语言开发的后台权限管理系统,项目中整合了Spring、Spring Boot、Spring Security、Mybatis Plus、JWT、Spring MVC、 邮件发送Mail、消息队列RabbitMQ、MySQL、Redis等技术。
项目地址: https://gitee.com/breez_admin/awesome-master
文档地址: https://gitee.com/breez_admin/awesome-master/wikis/pages
运行截图
API接口文档
数据字典
文件上传
代码生成器
技术选型
技术名 | 介绍 | 官网 |
---|---|---|
Spring | 基础框架 | https://spring.io |
Spring MVC | 控制层框架 | https://spring.io |
Spring Boot | 基础框架 | https://spring.io |
Mybatis Plus | 持久层框架 | https://mp.baomidou.com/ |
Spring Security | 安全框架 | https://spring.io |
MySQL | 数据存储 | https://www.mysql.com/ |
redis | 缓存 | http://www.redis.cn |
JWT | 权限验证 | https://jwt.io/introduction |
swagger | 文档生成 | https://swagger.io |
druid | 数据库连接池 | https://druid.apache.org |
validation | 统一验证 | https://spring.io |
easy-captcha | 验证码生成 | https://github.com/phatworx/easy_captcha) |
RabbitMQ | 消息队列,邮件发送等 | https://www.rabbitmq.com |
oshi | 获取操作系统硬件信息 | https://github.com/oshi/oshi |
内置功能
- 用户管理
- 角色管理
- 菜单管理
- 字典管理
- 文件管理
- 系统监控
- 日志管理
- SQL监控
- 接口文档
- 邮件管理
- 滚动日志
- 代码生成器