@Configuration
@ConditionalOnWebApplication
@ConditionalOnProperty(value="dream.captcha.enabled",
havingValue="true",
matchIfMissing=true)
public class CaptchaConfiguration
extends java.lang.Object
| 构造器和说明 |
|---|
CaptchaConfiguration(DreamProperties dreamProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
net.dreamlu.tool.captcha.DreamCaptcha |
dreamCaptcha(org.springframework.cache.CacheManager cacheManager) |
public CaptchaConfiguration(DreamProperties dreamProperties)