# springboot 权限控制 **Repository Path**: tansty/springboot-permission-control ## Basic Information - **Project Name**: springboot 权限控制 - **Description**: 使用了rbac的权限模型开发的数据库,权限控制方面使用的是spring-sercurity - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: token - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-08-03 - **Last Updated**: 2022-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot 权限控制 #### 介绍 使用了rbac的权限模型开发的数据库,权限控制方面使用的是spring-sercurity,此分支是前后端分离的版本,没有session #### 软件技术栈 1.springboot
2.spring-security
3.swagger2
4.jwt 5.mybatis-plus #### 安装教程 1. database下有数据库文件,直接导入即可 2. idea打开,maven导入相应的jar包 3. postman进行接口测试 4. 如果idea导入出现依赖爆红能正常运行,可以试试 file -> invalidate Caches #### 使用说明 ​ 采用全新版本的SpringSecurity,弃用之前的循环依赖配置 #### 参与贡献 1. Tansty