v1.5版本 升级

This commit is contained in:
shengzhang
2020-12-16 02:10:51 +08:00
parent 19e81b257e
commit 6e10bce575
26 changed files with 287 additions and 417 deletions

View File

@@ -26,19 +26,19 @@
</dependency>
<!-- 开发测试 -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dev</artifactId>
<version>1.4.0</version>
</dependency>
<!-- sa-token 权限认证, 在线文档http://sa-token.dev33.cn/ -->
<!-- <dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token</artifactId>
<version>1.4.0</version>
<artifactId>sa-token-dev</artifactId>
<version>1.5.1</version>
</dependency> -->
<!-- sa-token 权限认证, 在线文档http://sa-token.dev33.cn/ -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token</artifactId>
<version>1.5.1</version>
</dependency>
<!-- SpringBoot整合redis -->
<dependency>
<groupId>org.springframework.boot</groupId>