@Configuration @Import(value=CaptchaApiController.class) @ComponentScan(basePackages={"com.sinosoftgz.starter.captcha.core.**","com.sinosoftgz.starter.spring.utils.**"}) @EnableConfigurationProperties(value=CaptchaProperties.class) @ConditionalOnProperty(prefix="captcha", name="enabled", havingValue="true", matchIfMissing=true) public class CaptchaConfiguration extends Object
public CaptchaConfiguration(CaptchaProperties captchaProperties)
Copyright © 2024. All rights reserved.