v1.12.0 版本更新

This commit is contained in:
shengzhang
2021-01-12 01:01:23 +08:00
parent 1ce7b945d8
commit ba640295c5
23 changed files with 63 additions and 41 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());
}
}