修改启动打印字符串

This commit is contained in:
shengzhang
2021-04-13 23:35:06 +08:00
parent a4ae818376
commit dca7830f1b
4 changed files with 11 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ public class SaTokenConsts {
/**
* sa-token 开发文档地址
*/
public static final String DEV_DOC_URL = "http://sa-token.dev33.cn/";
public static final String DEV_DOC_URL = "http://sa-token.dev33.cn";
// =================== 常量key标记 ===================

View File

@@ -19,9 +19,12 @@ public class SaTokenInsideUtil {
*/
public static void printSaToken() {
String str = "____ ____ ___ ____ _ _ ____ _ _ \r\n" + "[__ |__| __ | | | |_/ |___ |\\ | \r\n"
+ "___] | | | |__| | \\_ |___ | \\| \r\n" + "sa-token" + SaTokenConsts.VERSION_NO
// + " \r\n" + "DevDoc" + SaTokenConsts.DEV_DOC_URL // + "\r\n";
+ " \r\n" + "GitHub" + SaTokenConsts.GITHUB_URL; // + "\r\n";
+ "___] | | | |__| | \\_ |___ | \\| "
// + "sa-token"
+ " \r\n" + "DevDoc" + SaTokenConsts.DEV_DOC_URL // + "\r\n";
+ " (" + SaTokenConsts.VERSION_NO + ")"
+ " \r\n" + "GitHub" + SaTokenConsts.GITHUB_URL // + "\r\n";
;
System.out.println(str);
}

View File

@@ -1,7 +1,7 @@
<!-- 这是目录树文件 -->
- **开始**
- [框架](/README)
- [介绍](/README)
- [集成](/start/download)
- [在SpringBoot环境集成](/start/example)
- [在WebFlux环境集成](/start/webflux-example)
@@ -21,7 +21,7 @@
- [花式token](/use/token-style)
- [Token前缀](/use/token-prefix)
- [记住我模式](/use/remember-me)
- [模拟他人&身份切换](/use/mock-person)
- [模拟他人 & 身份切换](/use/mock-person)
- [同端互斥登录](/use/mutex-login)
- [密码加密](/use/password-secure)
- [会话治理](/use/search-session)

View File

@@ -44,9 +44,9 @@ implementation 'cn.dev33:sa-token-reactor-spring-boot-starter:1.16.0'
## 获取源码
如果你想深入了解`sa-token`,你可以通过`github`或者`gitee`来获取源码 **学习测试请拉取master分支**dev为正在开发的分支有很多特性并不稳定
- github地址[https://github.com/dromara/sa-token](https://github.com/dromara/sa-token)
如果你想深入了解`sa-token`,你可以通过`gitee`或者`github`来获取源码 **学习测试请拉取master分支**dev为正在开发的分支有很多特性并不稳定
- gitee地址[https://gitee.com/dromara/sa-token](https://gitee.com/dromara/sa-token)
- github地址[https://github.com/dromara/sa-token](https://github.com/dromara/sa-token)
- 开源不易,求鼓励,给个`star`吧
- 源码目录介绍: