类 CaptchaHandler
java.lang.Object
io.github.mangocrisp.spring.taybct.gateway.handler.CaptchaHandler
- 所有已实现的接口:
org.springframework.web.reactive.function.server.HandlerFunction<org.springframework.web.reactive.function.server.ServerResponse>
@AutoConfiguration
public class CaptchaHandler
extends Object
implements org.springframework.web.reactive.function.server.HandlerFunction<org.springframework.web.reactive.function.server.ServerResponse>
验证码生成器
- 从以下版本开始:
- 1.0.0
-
字段概要
字段修饰符和类型字段说明(专用程序包) final org.springframework.data.redis.core.StringRedisTemplate
(专用程序包) final io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse>
handle
(org.springframework.web.reactive.function.server.ServerRequest serverRequest)
-
字段详细资料
-
redisTemplate
final org.springframework.data.redis.core.StringRedisTemplate redisTemplate -
sysParamsObtainService
final io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService sysParamsObtainService
-
-
构造器详细资料
-
CaptchaHandler
public CaptchaHandler()
-
-
方法详细资料
-
handle
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> handle(org.springframework.web.reactive.function.server.ServerRequest serverRequest) - 指定者:
handle
在接口中org.springframework.web.reactive.function.server.HandlerFunction<org.springframework.web.reactive.function.server.ServerResponse>
-