logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

不使用 Session 的 SpringBoot kaptcha 图片验证码校验

SpringBoot 整合 kaptcha 进行图片验证码人机校验,用token+redis替代session完成验证。基本原理图实现代码1.导入kaptcha2. 添加kaptcha配置常用配置基本原理图实现代码1.导入kaptcha在porm.xml配置文件添加依赖,并Reimport<dependency><groupId>com.github.penggle<

#java#spring#redis
ElasticJob-Lite:3.0.1 操作API调用方式

elasticjob-lite:3.x的操作API调用方式使用接口,从UI控制台下线删除定时任务官方详细接口介绍文档目前提供的API接口有:配置类 API操作类 API操作分片的 API作业统计 API作业服务器状态展示 API作业分片状态展示 API使用方式操作API需要额外引入lifecycle包<dependency><groupId>org.apache.shard

#spring boot
Springboot 分布式定时任务 ElasticJob-Lite 3.0 配置和整合

Springboot 分布式定时任务 ElasticJob-Lite 3.0 配置和使用ElasticJob用于解决springboot的定时任务 @EnableScheduling 集群部署产生的冲突本文基于yml配置文件和注解启动分布式定时任务中文官方文档中文官方文档版本依赖JAVA请使用 Java 8 及其以上版本。Maven请使用 Maven 3.5.0 及其以上版本。ZooKeeper请

#spring boot#分布式#java
springboot整合 elasticjob 3.x 启动报错 Error creating bean with name ‘zookeeperRegistryCenter‘

Failed to introspect bean class [org.apache.shardingsphere.elasticjob.reg.zookeeper.ZookeeperRegistryCenter]Caused by: java.lang.NoClassDefFoundError: org/apache/curator/framework/recipes/cache/Curato

#spring boot#java#zookeeper
暂无文章信息