shiro
ruiguang21
这个作者很懒,什么都没留下…
展开
-
springboot thymeleaf和shiro 整合 第一篇 配置
第一:shiroConfigpackage com.ruiguang.config;import org.apache.shiro.authc.credential.HashedCredentialsMatcher;import org.apache.shiro.mgt.SecurityManager;import org.apache.shiro.spring.LifecycleBeanPost...原创 2018-05-11 10:59:01 · 1283 阅读 · 0 评论 -
springboot thymeleaf和shiro 整合 第二篇 配置权限和认证
package com.ruiguang.config;import org.apache.shiro.authc.AuthenticationException;import org.apache.shiro.authc.AuthenticationInfo;import org.apache.shiro.authc.AuthenticationToken;import org.apache.s...原创 2018-05-11 11:00:33 · 837 阅读 · 0 评论 -
springboot thymeleaf和shiro 整合 第四篇 持久层+控制器+html
package com.ruiguang.entity;import java.io.Serializable;import java.util.List;import javax.persistence.Column;import javax.persistence.FetchType;import javax.persistence.JoinColumn;import javax.persis...原创 2018-05-11 11:05:52 · 553 阅读 · 0 评论 -
springboot thymeleaf和shiro 整合 第三篇 密码加盐
package com.ruiguang.config;import java.util.UUID;import org.apache.shiro.crypto.hash.SimpleHash;import org.apache.shiro.util.ByteSource;import org.hibernate.boot.archive.scan.internal.PackageDescript...原创 2018-05-11 11:01:56 · 1161 阅读 · 0 评论