feat: 新增验证码和代码优化重构

This commit is contained in:
haoxr
2023-03-24 22:41:59 +08:00
parent 3aea7729af
commit 20dec09bf5
19 changed files with 403 additions and 22 deletions

View File

@@ -36,6 +36,7 @@ mybatis-plus:
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 认证配置
auth:
token:
@@ -62,3 +63,8 @@ springdoc:
api-docs:
enabled: true
# 验证码配置
easycaptcha:
verifyCodeType: arithmetic
enable: true
ttl: 120