类 CaptchaAutoConfiguration
- java.lang.Object
-
- com.pig4cloud.captcha.CaptchaAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(CaptchaProperties.class) public class CaptchaAutoConfiguration extends java.lang.Object
- 作者:
- lengleng
-
-
构造器概要
构造器 构造器 说明 CaptchaAutoConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CaptchaEndpointcaptchaEndpoint(CaptchaProperties properties)
-
-
-
方法详细资料
-
captchaEndpoint
@Bean @ConditionalOnWebApplication public CaptchaEndpoint captchaEndpoint(CaptchaProperties properties)
-
-