@Configuration @ConditionalOnClass(value=com.google.code.kaptcha.impl.DefaultKaptcha.class) @ConditionalOnWebApplication @EnableConfigurationProperties(value=KaptchaProperties.class) protected static class MvcConfiguration.KaptchaConfiguration extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
MvcConfiguration.KaptchaConfiguration.CaptchaController |
| 限定符 | 构造器和说明 |
|---|---|
protected |
KaptchaConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.code.kaptcha.impl.DefaultKaptcha |
kaptcha(KaptchaProperties kaptchaProperties) |
@Bean @ConditionalOnMissingBean(value=com.google.code.kaptcha.Producer.class) public com.google.code.kaptcha.impl.DefaultKaptcha kaptcha(KaptchaProperties kaptchaProperties)