mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-02-27 16:50:24 +08:00
去除不必要的打印语句
This commit is contained in:
@@ -50,7 +50,6 @@ public class SaTokenDaoRedisFastjson implements SaTokenDao {
|
||||
|
||||
// 重写 SaSession 生成策略
|
||||
SaStrategy.me.createSession = (sessionId) -> new SaSessionForFastjsonCustomized(sessionId);
|
||||
System.out.println("------------------ 执行了");
|
||||
|
||||
// 指定相应的序列化方案
|
||||
StringRedisSerializer keySerializer = new StringRedisSerializer();
|
||||
|
||||
@@ -50,7 +50,6 @@ public class SaTokenDaoRedisFastjson2 implements SaTokenDao {
|
||||
|
||||
// 重写 SaSession 生成策略
|
||||
SaStrategy.me.createSession = (sessionId) -> new SaSessionForFastjson2Customized(sessionId);
|
||||
System.out.println("------------------ 执行了");
|
||||
|
||||
// 指定相应的序列化方案
|
||||
StringRedisSerializer keySerializer = new StringRedisSerializer();
|
||||
|
||||
Reference in New Issue
Block a user