mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 13:03:43 +08:00
refactor(CaptchaHandler): 重命名验证码handler和router
This commit is contained in:
parent
87bc54fd38
commit
66483a285a
@ -17,7 +17,7 @@ import java.util.Properties;
|
||||
public class CaptchaConfig {
|
||||
|
||||
@Bean(name = "captchaProducerMath")
|
||||
public DefaultKaptcha getCaptchaBeanMath() {
|
||||
public DefaultKaptcha captchaProducerMath() {
|
||||
DefaultKaptcha defaultKaptcha = new DefaultKaptcha();
|
||||
Properties properties = new Properties();
|
||||
// 是否有边框 默认为true 我们可以自己设置yes,no
|
||||
|
Loading…
Reference in New Issue
Block a user