Git Product home page Git Product logo

eladmin's Introduction

eladmin

项目基于 Spring Boot 2.1.0 、 Spring boot Jpa、 Spring Security、redis、Vue的前后端分离的权限管理系统, 权限控制采用 RBAC(Role-Based Access Control,基于角色的访问控制),前端菜单支持动态路由

前端源码

eladmin开发文档

http://docs.auauz.net/#/

预览地址

http://auauz.net

用户账号密码
  • 管理员: admin
  • 测试用户: test
  • 密码: 123456

开发环境

  • JDK:8
  • IDE:IntelliJ IDEA (后端)
  • IDE:JetBrains WebStorm (前端)
  • 依赖管理:Maven
  • 数据库:MySQL 5.5.59

功能模块

- 系统管理
    - 用户管理 提供用户的相关配置
    - 角色管理 角色菜单进行权限的分配
    - Swagger文档 localhost:8000/swagger-ui.html
    - 权限管理 权限细化到接口
    - 菜单管理 已实现菜单动态路由,后端可配置化,支持多级菜单
    - 定时任务 整合Quartz做定时任务,加入任务日志,任务运行情况一目了然
- 系统监控
    - 系统日志 使用apo记录用户操作日志,并且记录异常堆栈信息
    - 系统缓存 使用jedis将缓存操作可视化,并提供对redis的基本操作,可根据需求自行扩展
    - 实时控制台 实时打印logback日志,来自微强迫症患者的精心配色,更好的监控系统的运行状态
    - SQL监控 采用druid 监控数据库访问性能,默认用户名admin,密码123456
- 三方工具
    - 邮件工具 配合富文本,发送html格式的邮件
    - SM.MS免费图床 挺好用的一个图床,作为公共图片上传使用
    - 七牛云存储 这个就不多说了
    - 支付宝支付 提供了测试账号,可自行测试
- 组件管理
    - 图标库 系统图标来自 https://www.iconfont.cn/
    - 富文本 集成wangEditor富文本

项目结构

- common 公共包
    - aop 记录日志与接口限流
    - exception 项目异常处理
    - mapper mapstruct的通用mapper
    - redis redis缓存相关配置
    - swagger2 接口文档配置
    - utils 通用工具
- core 核心包
    - config  JWT的安全过滤器配置与跨域配置
    - rest 用户授权的接口
    - security 配置spring security
    - service 用户登录与权限的处理
    - utils 包含加密工具与JWT工具
- monitor 系统监控
    - config 配置日志拦截器与WebSocket等
    - domain 实体类
    - repository 数据库操作
    - rest 前端控制器
    - service 业务接口
        - impl 业务接口实现
        - query 业务查询
- quartz 定时任务
- system 系统管理
- tools 第三方工具

后端技术栈

  • 基础框架:Spring Boot 2.1.0.RELEASE
  • 持久层框架:Spring boot Jpa
  • 安全框架:Spring Security
  • 缓存框架:Redis
  • 日志打印:logback+log4jdbc
  • 接口文档 swagger2
  • 其他:fastjson、aop、MapStruct等

前端技术栈

  • node
  • vue
  • vue-router
  • axios
  • element ui

系统预览

反馈交流

eladmin's People

Contributors

everhopingandwaiting avatar elunez avatar

Watchers

skyformat99 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.