refactor: captcha-plus

This commit is contained in:
xingyu
2023-01-16 10:47:39 +08:00
parent 073b3048d1
commit fffe3008b5
69 changed files with 14 additions and 3380 deletions

View File

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