发表评论取消回复
相关阅读
相关 Spring Boot 整合 Shiro(四)thymeleaf模板权限控制 附源码
前言 本篇是根据笔者上篇[《Spring Boot 整合 Shiro(三)Kaptcha验证码 附源码》][Spring Boot _ Shiro_Kaptcha_]...
相关 Spring Boot 整合 Shiro(三)Kaptcha验证码 附源码
前言 本文是根据上篇[《Spring Boot 整合Shiro(二)加密登录与密码加盐处理》][Spring Boot _Shiro]进行修改,如有不明白的转上篇文章...
相关 Spring Boot 整合 RabbitMQ(附源码)
一、前言 RabbitMQ 的模式介绍可以看看笔者写的这篇文章[《RabbitMQ 工作模式介绍》][RabbitMQ] 二、整合 RabbitMQ 2.1...
相关 Kaptcha图片验证码整合
流程:生成图片---->把验证码数据放到session中---->登录接口进行比较。 这里对session解释下:当服务端在getSession(true)时创建了Ses
相关 Spring Boot 配置Kaptcha(谷歌验证码工具)(生成验证码、验证验证码)
1 Kaptcha 1.1 Kaptcha简介 Kaptcha 是一个扩展自simplecaptcha的验证码库,默认情况下,Kaptcha非常易于
相关 shiro 集成kaptcha验证码
一、添加依赖包 <!--验证码依赖包--> <dependency> <groupId>com.github.penggle</groupId
相关 Spring Boot集成Kaptcha实现图片验证码
废话不多说,直接开始 首先,在pom.xml用引入Kaptcha依赖 <!-- 验证码 --> <dependency> <
相关 Spring Boot 整合 Kaptcha 验证码使用
1.maven依赖 <!-- 验证码--> <dependency> <groupId>com.github.penggle</group
相关 Spring Boot 整合Shiro(一)登录认证和授权(附源码)
shiro Apache Shiro是一个强大且易用的Java安全框架,执行身份验证、授权、密码和会话管理。 ![aHR0cHM6Ly9nc3MzLmJkc3RhdG
相关 Spring Boot 整合 Netty(附源码)
点击上方 [Java后端][Java],选择 设为星标 优质文章,及时送达 -------------------- 前言 本篇文章主要介绍的是SpringBoo
还没有评论,来说两句吧...