增加验证码功能

This commit is contained in:
TinyAnts
2023-01-17 18:02:55 +08:00
parent f2038fa7af
commit 84cded01f2
13 changed files with 452 additions and 7 deletions

View File

@@ -30,6 +30,12 @@
<version>1.0.0</version>
</dependency>
<!-- 验证码 -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>kaptcha</artifactId>
</dependency>
<!-- SaToken -->
<dependency>
<groupId>cn.dev33</groupId>