refactor: captcha-plus

This commit is contained in:
xingyu
2023-01-17 15:37:22 +08:00
parent 4f43bc2d63
commit 3449882a70
67 changed files with 13 additions and 3375 deletions

View File

@@ -19,15 +19,13 @@
<dependencies>
<!-- Spring 核心 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<scope>provided</scope>
<groupId>com.xingyuv</groupId>
<artifactId>spring-boot-starter-captcha-plus</artifactId>
</dependency>
<!-- Spring 核心 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>provided</scope>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<!-- DB 相关 -->