# authorityManagementSystem
# 项目介绍
authorityManagementSystem
权限管理系统,基于 组织 岗位 用户 角色 菜单的五表权限管理、jwtToken验证、根据角色前端动态渲染路由、按钮级细粒度权限管理。 对于学习springBoot、springSecurity、jwt、vue、vue-admin很有帮助
# 项目演示
# 登录
地址:http://localhost:8082/index.html#/login
测试账号
管理员: 用户名 admin 密码 1111
普通用户:用户名 test 密码 1111
# 欢迎页面
地址:http://localhost:8082/index.html#/dashboard
# 菜单管理管理
# 添加图书
# 地址:http://localhost:8082/index.html#/menu/create
# 菜单列表
地址 http://localhost:8082/index.html#/menu/list
# 权限管理
# 添加角色
# 技术栈
- Spring Boot
- Vue
# 快速启动
配置最小开发环境:
数据库导入db/auth.sql下的数据库文件
修改数据库配置
#数据库配置 spring.datasource.url=jdbc:mysql://localhost:3306/auth?useSSL=false&serverTimezone=UTC&characterEncoding=UTF8 # 你的账号 spring.datasource.username=root # 你的密码 spring.datasource.password=admin
1
2
3
4
5
6IDEA 运行项目
此时,浏览器打开,输入网址
http://localhost:8082/index.html
, 此时进入管理后台登录页面。
# 本项目基于或参考以下项目:
-
项目介绍: 一个基于Vue和Element的后台集成方案
-
项目介绍: 一个基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 JWT、Spring Security、Redis、Vue的前后端分离的后台管理系统
# License
MIT Copyright (c) 2020-present