fix 修复 合并错误

This commit is contained in:
疯狂的狮子li
2021-11-29 14:10:53 +08:00
parent bf98ee3c93
commit 9351d47948
4 changed files with 7 additions and 24 deletions

View File

@ -40,6 +40,11 @@
<artifactId>sa-token-jwt</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
</dependency>
<!-- 自定义验证注解 -->
<dependency>
<groupId>org.springframework.boot</groupId>