captcha icon indicating copy to clipboard operation
captcha copied to clipboard

如何优雅的重写 ClickWordCaptchaServiceImpl#get()

Open haytoo1 opened this issue 5 years ago • 3 comments
trafficstars

目前重写后,给新类加@Component,会导致 com.anji.captcha.config.AjCaptchaServiceAutoConfiguration#captchaService 不执行,因为它有 @ConditionalOnMissingBean。

如何优雅的干这件事呢,因为我想自定义验证码,比如透明度啥的

haytoo1 avatar Aug 13 '20 08:08 haytoo1

说的我不是很理解,进微信群,说一下你的详细想法

raodeming avatar Aug 13 '20 09:08 raodeming

@haytoo1 重写后的类 通过 JAVA SPI方式实例化,了解一下相关配置,参考springmvc部分。 不需要加@component

coding-now avatar Aug 18 '20 09:08 coding-now

@haytoo1 image

coding-now avatar Aug 18 '20 09:08 coding-now