@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=cn.herodotus.engine.captcha.core.properties.CaptchaProperties.class) public class AutoConfiguration extends Object
Description: 验证码自动注入
| 构造器和说明 |
|---|
AutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
cn.herodotus.engine.captcha.core.processor.CaptchaRendererFactory |
captchaRendererFactory() |
void |
postConstruct() |
cn.herodotus.engine.captcha.core.provider.ResourceProvider |
resourceProvider(cn.herodotus.engine.captcha.core.properties.CaptchaProperties captchaProperties) |
@PostConstruct public void postConstruct()
@Bean @ConditionalOnMissingBean public cn.herodotus.engine.captcha.core.provider.ResourceProvider resourceProvider(cn.herodotus.engine.captcha.core.properties.CaptchaProperties captchaProperties)
@Bean @ConditionalOnMissingBean public cn.herodotus.engine.captcha.core.processor.CaptchaRendererFactory captchaRendererFactory()
Copyright © 2023 Dromara. All rights reserved.