# springboot-shiro-jwt **Repository Path**: JszCloud/springboot-shiro-jwt ## Basic Information - **Project Name**: springboot-shiro-jwt - **Description**: springboot-shiro-jwt是集SpringBoot、shiro、JWT、RESTfulAPI 的无状态权限控制框架,细粒度到按钮控制 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 0 - **Created**: 2018-11-26 - **Last Updated**: 2024-11-01 ## Categories & Tags **Categories**: authority-management **Tags**: None ## README # SpringBoot、shiro权限管理细粒度到按钮SpringBoot-shiro-JWT-RESTfulAPI 无状态权限控制细粒度到按钮 具体代码查看dev分支 ### 1、pom.xml ### 2、创建util #### JWTUtil.java #### ShiroKit.java #### JWTToken.java ### 3、建表 ### 4、entity、mapper、service、conteoller 具体实现,查看[github](https://github.com/myallz/springboot-shiro-jwt)、[码云](https://note.youdao.com/)源码 ### 5、自定义Realm ### 6、自定义Filter ### 7、配置ShiroConfig ### 8、配置swagger-ui