提供sa-token集成redis的starter方案

This commit is contained in:
shengzhang
2020-12-26 23:55:46 +08:00
parent 62bd2febd0
commit 60e2afe76f
10 changed files with 98 additions and 91 deletions

View File

@@ -11,6 +11,7 @@ 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());
}
}