feat: 发送短信适配 ContiNew Starter 行为验证码

This commit is contained in:
Bull-BCLS
2023-12-28 23:47:44 +08:00
parent dea64e62e1
commit eab53520c8
27 changed files with 1409 additions and 40 deletions

View File

@@ -88,8 +88,13 @@ spring.cache:
# 是否允许缓存空值(默认 true表示允许可以解决缓存穿透问题
cache-null-values: true
--- ### 图形验证码配置
--- ### 验证码配置
continew-starter.captcha:
## 行为验证码配置
behavior:
enabled: true
cache-type: REDIS
water-mark: ${project.app-name}
## 图形验证码配置
graphic:
enabled: true