分离验证码模块,增加tianai验证码,实现基础的获取验证码,需要优化验证码图片逻辑

This commit is contained in:
admin
2026-08-09 18:14:25 +08:00
parent 430478c040
commit ab23efc272
27 changed files with 480 additions and 135 deletions
+6
View File
@@ -117,6 +117,12 @@
<scope>test</scope>
</dependency>
<!-- 验证码模块 -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-captcha</artifactId>
</dependency>
<!-- skywalking 整合 logback -->
<!-- <dependency>-->
<!-- <groupId>org.apache.skywalking</groupId>-->