# springboot-me **Repository Path**: itershixiong/springboot-me ## Basic Information - **Project Name**: springboot-me - **Description**: springboot-me 一个基于自己理解的一系列教程。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot 整合 shiro ### 整合特点如下: - mybatis-generator - mybatis 的pojo、mapper、xml生成 - shiro-init - shiro的核心配置(shiro过滤器、security 核心安全管理器、shiro 生命周期、shiro aop注解开启、自定义 身份认证(Realm)) - thymeleaf 的shiro配置(可选其他模板引擎) - 无权限页面配置 - 解决spring-boot2.0空白错误页面配置(无权限、404、500等) - 记住我(cookie对象、rememberMe管理器、过滤器 过滤记住我) - shiro-ehcache - shiro的核心配置(shiro过滤器、security 核心安全管理器、shiro 生命周期、shiro aop注解开启、自定义 身份认证(Realm)) - thymeleaf 的shiro配置(可选其他模板引擎) - 无权限页面配置 - 解决spring-boot2.0空白错误页面配置(无权限、404、500等) - 记住我(cookie对象、rememberMe管理器、过滤器 过滤记住我) - ehcache 缓存配置(ehCache 缓存管理器、Spring静态注入) - session 会话配置(配置session监听、配置会话ID生成器、SessionDAO配置、配置保存sessionId的cookie、配置会话管理器) - 并发登录控制配置(并发登录控制) - 登录失败次数限制配置(配置密码比较器) - shiro-redis - shiro的核心配置(shiro过滤器、security 核心安全管理器、shiro 生命周期、shiro aop注解开启、自定义 身份认证(Realm)) - thymeleaf 的shiro配置(可选其他模板引擎) - 无权限页面配置 - 解决spring-boot2.0空白错误页面配置(无权限、404、500等) - 记住我(cookie对象、rememberMe管理器、过滤器 过滤记住我) - redis 缓存配置(redis 缓存管理器、redis 管理器、Spring静态注入) - session 会话配置(配置session监听、配置会话ID生成器、重写SessionDAO配置(redisSessionDAO)、配置保存sessionId的cookie、配置会话管理器) - 并发登录控制配置(并发登录控制) - 登录失败次数限制配置(配置密码比较器) - shiro-redistemplate - shiro的核心配置(shiro过滤器、security 核心安全管理器、shiro 生命周期、shiro aop注解开启、自定义 身份认证(Realm)) - thymeleaf 的shiro配置(可选其他模板引擎) - 无权限页面配置 - 解决spring-boot2.0空白错误页面配置(无权限、404、500等) - 记住我(cookie对象、rememberMe管理器、过滤器 过滤记住我) - redisTemplate 缓存配置(redisTemplate 缓存管理器、redisTemplate 注入、Spring静态注入) - session 会话配置(配置session监听、配置会话ID生成器、重写SessionDAO配置(redisSessionDAO)、配置保存sessionId的cookie、配置会话管理器) - 并发登录控制配置(并发登录控制) - 登录失败次数限制配置(配置密码比较器) - Kaptcha验证码(注册服务、过滤链、Kaptcha方法 配置) - shiro-jwt - shiro的入门,简单的使用 - - - - shiro-starter - shiro的入门,简单的使用 - - -