refactor(CaptchaHandler): 重命名验证码handler和router

This commit is contained in:
有来技术 2021-10-10 17:12:30 +08:00
parent 87bc54fd38
commit 66483a285a

View File

@ -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 我们可以自己设置yesno