feat: 去除登录验证码限制

This commit is contained in:
2024-04-08 11:25:53 +08:00
parent 26e93d0349
commit b6cb36129d
4 changed files with 48 additions and 14 deletions
+12
View File
@@ -19,5 +19,17 @@
<groupId>com.jero.boot</groupId>
<artifactId>jero-system-local-api</artifactId>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>1.0.2</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>