com.xingyuv.captcha.config.AjCaptchaAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-captcha-plus Show documentation
Show all versions of spring-boot-starter-captcha-plus Show documentation
spring-boot-starter-captcha-plus
package com.xingyuv.captcha.config;
import com.xingyuv.captcha.properties.AjCaptchaProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
@Configuration
@EnableConfigurationProperties(AjCaptchaProperties.class)
@ComponentScan("com.xingyuv.captcha")
@Import({AjCaptchaServiceAutoConfiguration.class, AjCaptchaStorageAutoConfiguration.class})
public class AjCaptchaAutoConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy