mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
去除不必要的打印语句
This commit is contained in:
parent
c333d08f34
commit
57d2843f90
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user