All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xingyuv.captcha.config.AjCaptchaAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
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