Skip to content

dousha0w0/SpringBoot-ShiroWithJwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

工程简介

SpringBoot整合Shiro+Jwt 方便我直接使用

延伸阅读

URL规则http://shiro.apache.org/web.html

*URL结构*

| URL | 作用 |

| ------------------- | ----------------------- |

| /login | 登入 |

| /article | 所有人都可以访问,但是用户与游客看到的内容不同 |

| /require_auth | 登入的用户才可以进行访问 |

| /require_role | admin的角色用户才可以登入 |

| /require_permission | 拥有view和edit权限的用户才可以访问 |

username password role permission
smith smith123 user view
danny danny123 admin view,edit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages