摘要: 原文地址:https://412887952-qq-com.iteye.com/blog/2299784 (6). Shiro记住密码 记住密码实现起来也是比较简单的,主要看下是如何实现的。 在com.kfit.config.shiro.ShiroConfiguration加入两个方法: /** * 阅读全文
posted @ 2018-12-26 10:16 晒太阳的喵 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://412887952-qq-com.iteye.com/blog/2299780 在pom.xml中加入缓存依赖;注入缓存; (a) 在pom.xml文件中加入依赖: <!-- shiro ehcache --> <dependency> <groupId>org.apach 阅读全文
posted @ 2018-12-26 10:15 晒太阳的喵 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://412887952-qq-com.iteye.com/blog/2299777 集成shiro大概分这么一个步骤: (a) pom.xml中添加Shiro依赖;(b) 注入Shiro Factory和SecurityManager。(c) 身份认证(d) 权限控制 (a) 阅读全文
posted @ 2018-12-26 10:13 晒太阳的喵 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://412887952-qq-com.iteye.com/blog/2299732 (1). Shiro简单介绍 (2). 集成Shiro核心分析 (3). 无Shiro的Spring Boot (4). 集成Shiro 进行用户授权 (5). Shiro缓存 (6). Shi 阅读全文
posted @ 2018-12-26 10:09 晒太阳的喵 阅读(117) 评论(0) 推荐(0) 编辑