update 优化 验证码接口 增加限流配置

This commit is contained in:
疯狂的狮子Li
2023-12-19 09:54:39 +08:00
parent aedcfa85f2
commit fd0123239a
5 changed files with 17 additions and 0 deletions

View File

@@ -65,6 +65,11 @@
<artifactId>ruoyi-common-web</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-ratelimiter</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-encrypt</artifactId>