修改启动打印字符串

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

@@ -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`吧
- 源码目录介绍: