refactor: 获取短信、邮箱验证码接口适配 ContiNew Starter 限流器

This commit is contained in:
2024-06-30 23:46:22 +08:00
parent 5604fe9578
commit 44811fc932
5 changed files with 66 additions and 48 deletions

View File

@@ -112,6 +112,12 @@
<artifactId>continew-starter-file-excel</artifactId>
</dependency>
<!-- ContiNew Starter 安全模块 - 限流器 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-security-limiter</artifactId>
</dependency>
<!-- ContiNew Starter 安全模块 - 加密 -->
<dependency>
<groupId>top.continew</groupId>

View File

@@ -63,11 +63,6 @@ public class CaptchaProperties {
*/
private long expirationInMinutes;
/**
* 限制时间
*/
private long limitInSeconds;
/**
* 模板路径
*/