spring-boot-starter-data-redis2.3.7.RELEASE 改为 2.3.3.RELEASE

This commit is contained in:
shengzhang
2021-01-04 18:12:46 +08:00
parent 064ef4f12c
commit dbba90d846
3 changed files with 2 additions and 23 deletions

View File

@@ -1,21 +0,0 @@
package com.pj.satoken;
import org.springframework.stereotype.Component;
import cn.dev33.satoken.action.SaTokenActionDefaultImpl;
/**
* 继承sa-token行为Bean默认实现, 重写部分逻辑
* @author kong
*
*/
@Component
public class MySaTokenAction extends SaTokenActionDefaultImpl {
// 重写token生成策略
// @Override
// public String createToken(Object loginId, String loginKey) {
// return SaTokenInsideUtil.getRandomString(60);
// }
}