类 CaptchaAutoConfiguration
java.lang.Object
cn.herodotus.engine.captcha.autoconfigure.CaptchaAutoConfiguration
@AutoConfiguration
@EnableConfigurationProperties(cn.herodotus.engine.captcha.core.properties.CaptchaProperties.class)
public class CaptchaAutoConfiguration
extends Object
Description: 验证码自动注入
- 作者:
- : gengwei.zheng
- Date:
- : 2022/1/18 21:12
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明cn.herodotus.engine.assistant.core.function.ErrorCodeMapperBuilderCustomizercn.herodotus.engine.captcha.core.processor.CaptchaRendererFactoryvoidcn.herodotus.engine.captcha.core.provider.ResourceProviderresourceProvider(cn.herodotus.engine.captcha.core.properties.CaptchaProperties captchaProperties)
-
构造器详细资料
-
CaptchaAutoConfiguration
public CaptchaAutoConfiguration()
-
-
方法详细资料
-
postConstruct
@PostConstruct public void postConstruct() -
resourceProvider
@Bean @ConditionalOnMissingBean public cn.herodotus.engine.captcha.core.provider.ResourceProvider resourceProvider(cn.herodotus.engine.captcha.core.properties.CaptchaProperties captchaProperties) -
captchaRendererFactory
@Bean @ConditionalOnMissingBean public cn.herodotus.engine.captcha.core.processor.CaptchaRendererFactory captchaRendererFactory() -
captchaErrorCodeMapperBuilderCustomizer
@Bean public cn.herodotus.engine.assistant.core.function.ErrorCodeMapperBuilderCustomizer captchaErrorCodeMapperBuilderCustomizer()
-