提交 dca7830f 编写于 作者: shengzhang_'s avatar shengzhang_

修改启动打印字符串

上级 a4ae8183
......@@ -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标记 ===================
......
......@@ -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);
}
......
<!-- 这是目录树文件 -->
- **开始**
- [框架](/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)
......
......@@ -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`
- 源码目录介绍:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册