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