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

com.pongsky.kit.captcha.config.KaptchaAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 4.1.3-2.4.13
Show newest version
package com.pongsky.kit.captcha.config;

import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;


/**
 * 输入型算数 验证码 自动装配
 *
 * @author pengsenhao
 */
@Configuration(proxyBeanMethods = false)
@Import({KaptchaConfiguration.class})
@EnableConfigurationProperties({KaptchaProperties.class})
public class KaptchaAutoConfiguration {


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy