perf: 优化用户认证流程

This commit is contained in:
xiongxiaoyang
2022-05-18 16:22:11 +08:00
parent 2d7b3790b9
commit 9fc5aabf36
13 changed files with 177 additions and 42 deletions

View File

@ -98,13 +98,6 @@
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>