Back to Springall

Readme

62.Spring-Boot-Shiro-JWT/src/main/resources/readme.md

latest463 B
Original Source

springboot & shiro & jwt 简单demo

这是一个springboot+shiro+jwt的简单demo,无数据库无redis。 系统内置模拟了两个用户:

用户名密码角色权限
admin123456admin"user:add","user:view"
scott123456regist"user:view"

参加 com.example.demo.utils.SystemUtils#users

测试样例使用postman导入resources/postman.json即可。