update satoken 1.27.0 => 1.28.0 使用 jwt 插件代理 token 生成逻辑

This commit is contained in:
疯狂的狮子li
2021-11-10 13:31:54 +08:00
parent 19b7f0747a
commit 7079a4e7e4
4 changed files with 32 additions and 2 deletions

View File

@ -44,6 +44,11 @@
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-aop</artifactId>
</dependency>
<!-- Sa-Token 整合 jwt -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-jwt</artifactId>
</dependency>
<!-- 自定义验证注解 -->
<dependency>