其他分享
首页 > 其他分享> > Springboot集成Shiro

Springboot集成Shiro

作者:互联网

1、导入shiro依赖

 

 2、编写两个核心配置

 ShiroConfig和UserRealm(授权和认证)

ShiroConfig中:

  

 

 

UserRealm中:

 

 写两个页面add和update及controller进行测试

 

 controller:

 

 

标签:集成,Springboot,update,controller,add,ShiroConfig,UserRealm,Shiro
来源: https://www.cnblogs.com/doremi429/p/15938174.html