新增jwt测试

This commit is contained in:
shengzhang
2021-01-10 18:39:32 +08:00
parent 857e260a0a
commit 713758c304
2 changed files with 24 additions and 4 deletions

View File

@@ -47,17 +47,17 @@
</dependency> -->
<!-- sa-token整合redis (使用jackson序列化方式) -->
<dependency>
<!-- <dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dao-redis-jackson</artifactId>
<version>1.11.0</version>
</dependency>
</dependency> -->
<!-- 提供redis连接池 -->
<dependency>
<!-- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
</dependency> -->
<!-- sa-token整合SpringAOP实现注解鉴权 -->
<!-- <dependency>