com.pongsky.kit.captcha.config.KaptchaAutoConfiguration 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-input-math Show documentation
Show all versions of spring-boot-starter-captcha-input-math Show documentation
Java 增强套件 之 输入型算数 验证码 Spring Boot Starter 模块
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