v1.6.0新特性:提供花式token生成方案

This commit is contained in:
shengzhang
2020-12-17 02:19:56 +08:00
parent 983af6691e
commit 235e9afcd3
10 changed files with 129 additions and 13 deletions

View File

@@ -26,18 +26,18 @@
</dependency>
<!-- 开发测试 -->
<!-- <dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dev</artifactId>
<version>1.5.1</version>
</dependency> -->
</dependency>
<!-- sa-token 权限认证, 在线文档http://sa-token.dev33.cn/ -->
<dependency>
<!-- <dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token</artifactId>
<version>1.5.1</version>
</dependency>
</dependency> -->
<!-- SpringBoot整合redis -->
<dependency>
@@ -46,6 +46,13 @@
<version>RELEASE</version>
</dependency>
<!-- @ConfigurationProperties -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>