dao层默认实现增加定时清理过期数据功能

This commit is contained in:
shengzhang
2020-12-27 18:18:08 +08:00
parent 67abf576f0
commit 20f6bd7b3d
7 changed files with 153 additions and 13 deletions

View File

@@ -11,7 +11,6 @@ public class SaTokenDemoApplication {
public static void main(String[] args) {
SpringApplication.run(SaTokenDemoApplication.class, args);
System.out.println("\n启动成功sa-token配置如下" + SaTokenManager.getConfig());
System.out.println(SaTokenManager.getSaTokenDao());
}
}